From: Erik V. <ev...@us...> - 2008-12-11 20:12:43
|
Update of /cvsroot/rails/18xx/rails/ui/swing In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21068/rails/ui/swing Modified Files: StartRoundWindow.java Log Message: Cleanups, annotations, formatting Index: StartRoundWindow.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/StartRoundWindow.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** StartRoundWindow.java 11 Oct 2008 16:43:41 -0000 1.26 --- StartRoundWindow.java 11 Dec 2008 20:12:30 -0000 1.27 *************** *** 149,153 **** items = round.getStartItems().toArray(new StartItem[0]); ni = items.length; - // log.debug("+++ ni="+ni); StartItem item; for (int i = 0; i < ni; i++) { --- 149,152 ---- *************** *** 251,255 **** for (int j = 0; j < np; j++) { - // log.debug("+++ i="+i+"/"+ni+" j="+j); f = bidPerPlayer[i][j] = new Field(round.getBidModel(i, j)); addField(f, bidPerPlayerXOffset + j, bidPerPlayerYOffset + i, --- 250,253 ---- *************** *** 443,447 **** passButton.setEnabled(passAllowed); - // pack(); requestFocus(); } --- 441,444 ---- *************** *** 468,472 **** /* * (non-Javadoc) ! * * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) */ --- 465,469 ---- /* * (non-Javadoc) ! * * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) */ *************** *** 513,517 **** } } - // pack(); } else if (source instanceof ActionButton) { PossibleAction activeItem = --- 510,513 ---- |