From: Erik V. <ev...@us...> - 2008-12-07 19:27:17
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20653/rails/ui/swing Modified Files: GameUIManager.java Log Message: Cleanups only Index: GameUIManager.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/GameUIManager.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** GameUIManager.java 21 Nov 2008 20:41:47 -0000 1.13 --- GameUIManager.java 7 Dec 2008 19:27:08 -0000 1.14 *************** *** 92,97 **** orWindow = new ORWindow(this); orUIManager = orWindow.getORUIManager(); - // mapPanel = orWindow.getMapPanel(); - // statusWindow = new StatusWindow(this); String statusWindowClassName = getClassName(Defs.ClassName.STATUS_WINDOW); --- 92,95 ---- *************** *** 107,111 **** updateUI(); ! } --- 105,109 ---- updateUI(); ! } *************** *** 215,220 **** activeWindow = statusWindow; - // stockRound = (StockRound) currentRound; - statusWindow.updateStatus(); --- 213,216 ---- *************** *** 279,283 **** gameUIInit(); processOnServer(null); - // updateUI(); statusWindow.setGameActions(); } --- 275,278 ---- |