From: Erik V. <ev...@us...> - 2010-01-14 20:45:17
|
Update of /cvsroot/rails/18xx/rails/ui/swing/elements In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3465/rails/ui/swing/elements Modified Files: CheckBoxDialog.java Log Message: Added alwaysOnTop() Index: CheckBoxDialog.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/ui/swing/elements/CheckBoxDialog.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CheckBoxDialog.java 8 Jan 2010 21:27:54 -0000 1.5 --- CheckBoxDialog.java 14 Jan 2010 20:45:09 -0000 1.6 *************** *** 70,74 **** setVisible(true); ! } --- 70,74 ---- setVisible(true); ! setAlwaysOnTop(true); } *************** *** 91,96 **** checkBoxes = new JCheckBox[numOptions]; ! this.getContentPane().setLayout(new GridBagLayout()); ! this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); optionsPane.setLayout(new GridBagLayout()); --- 91,96 ---- checkBoxes = new JCheckBox[numOptions]; ! getContentPane().setLayout(new GridBagLayout()); ! setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); optionsPane.setLayout(new GridBagLayout()); |