From: Erik V. <ev...@us...> - 2009-09-08 21:49:11
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28138/rails/ui/swing Modified Files: ORUIManager.java Log Message: Removed statics from some manager classes Index: ORUIManager.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/ORUIManager.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** ORUIManager.java 4 May 2009 20:29:15 -0000 1.27 --- ORUIManager.java 8 Sep 2009 21:48:59 -0000 1.28 *************** *** 99,102 **** --- 99,103 ---- oRound = or; companies = (oRound).getOperatingCompanies(); + map.updateOffBoardToolTips(); orWindow.activate(oRound); } *************** *** 904,908 **** gameUIManager.getCurrentPhase().getOffBoardRevenueStep(); if (newOffBoardRevenueStep != oldOffBoardRevenueStep) { ! HexMap.updateOffBoardToolTips(); } --- 905,909 ---- gameUIManager.getCurrentPhase().getOffBoardRevenueStep(); if (newOffBoardRevenueStep != oldOffBoardRevenueStep) { ! map.updateOffBoardToolTips(); } *************** *** 1363,1366 **** --- 1364,1371 ---- } + public GameUIManager getGameUIManager () { + return gameUIManager; + } + private void displayRemainingTiles() { |