[Fb-contrib-commit] SF.net SVN: fb-contrib:[1589] trunk/fb-contrib/samples/NIR_Sample.java
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-08-22 04:40:30
|
Revision: 1589
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1589&view=rev
Author: dbrosius
Date: 2010-08-22 04:40:23 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
more tests
Modified Paths:
--------------
trunk/fb-contrib/samples/NIR_Sample.java
Modified: trunk/fb-contrib/samples/NIR_Sample.java
===================================================================
--- trunk/fb-contrib/samples/NIR_Sample.java 2010-08-17 04:37:16 UTC (rev 1588)
+++ trunk/fb-contrib/samples/NIR_Sample.java 2010-08-22 04:40:23 UTC (rev 1589)
@@ -22,13 +22,21 @@
System.out.println(getColorModel().TRANSLUCENT);
}
+ public void test3()
+ {
+ getSample().staticMethod();
+ }
+
public void fpStacked()
{
JButton ok = new JButton("ok");
JButton cancel = new JButton("cancel");
JPanel p = new JPanel();
- //hmm this is reported sometimes
p.add(ok);
p.add(cancel);
}
+
+ public static void staticMethod()
+ {
+ }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|