[Fb-contrib-commit] SF.net SVN: fb-contrib:[1536] trunk/fb-contrib/samples/S508C_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-04-04 08:03:10
|
Revision: 1536
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1536&view=rev
Author: dbrosius
Date: 2010-04-04 08:03:04 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
more tests
Modified Paths:
--------------
trunk/fb-contrib/samples/S508C_Sample.java
Modified: trunk/fb-contrib/samples/S508C_Sample.java
===================================================================
--- trunk/fb-contrib/samples/S508C_Sample.java 2010-04-04 08:02:00 UTC (rev 1535)
+++ trunk/fb-contrib/samples/S508C_Sample.java 2010-04-04 08:03:04 UTC (rev 1536)
@@ -29,6 +29,12 @@
setSize(300, 200);
}
+
+ public void testI18N()
+ {
+ JLabel l = new JLabel("Hello");
+ JFrame f = new JFrame("foo");
+ }
}
class MyComponent extends JComponent
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|