From: Carsten W. <ca...@us...> - 2004-09-15 22:13:45
|
Update of /cvsroot/jake2/jake2/test/jake2/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28566/test/jake2/client Modified Files: GhostMouse.java Log Message: deprecated frame.show() replaced Index: GhostMouse.java =================================================================== RCS file: /cvsroot/jake2/jake2/test/jake2/client/GhostMouse.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GhostMouse.java 15 Sep 2004 22:10:00 -0000 1.2 --- GhostMouse.java 15 Sep 2004 22:13:36 -0000 1.3 *************** *** 45,49 **** frame.setLocation((int) (size.getWidth() - frame.getWidth()) / 2, (int) (size.getHeight() - frame.getHeight()) / 2); ! frame.show(); } } \ No newline at end of file --- 45,49 ---- frame.setLocation((int) (size.getWidth() - frame.getWidth()) / 2, (int) (size.getHeight() - frame.getHeight()) / 2); ! frame.setVisible(true); } } \ No newline at end of file |