[Jsmooth-cvs] jsmooth/sample/src JSmoothPropertiesDisplayer.java, 1.8, 1.9
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-01 19:56:54
|
Update of /cvsroot/jsmooth/jsmooth/sample/src In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15899/sample/src Modified Files: JSmoothPropertiesDisplayer.java Log Message: Index: JSmoothPropertiesDisplayer.java =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/sample/src/JSmoothPropertiesDisplayer.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** JSmoothPropertiesDisplayer.java 1 Apr 2007 22:19:48 -0000 1.8 --- JSmoothPropertiesDisplayer.java 1 May 2007 19:56:51 -0000 1.9 *************** *** 90,96 **** * @param args the command line arguments */ ! public static void main(String args[]) { ! new JSmoothPropertiesDisplayer(args).setVisible(true); } --- 90,97 ---- * @param args the command line arguments */ ! public static void main(String args[]) throws Exception { ! new JSmoothPropertiesDisplayer(args).setVisible(true); ! // Thread.currentThread().sleep(1000*60); } |