7374757677787980
Dimension d = Toolkit.getDefaultToolkit().getScreenSize(); setBounds(0, 0, d.width, d.height); setVisible(true); } else { new JFrmConfig(props).setVisible(true); // Show the configuration window. } }
7475767778798081
pack(); setLocationRelativeTo(null); setVisible(true); } else { new JFrmConfig(props).setVisible(true); // Show the configuration window. } }