Hi, I'm having trouble setting a consistent background color for a Dialog. My Dialog extends JDialog. I add a JOptionPane to the Dialog using setContentPane(optionpane). The optionpane contains three ...
/** * SettingsDialog - Displays the Dialog window of all the settings options * @date 28th of January 2004 * @author Saad Mahamood */ import javax.swing.JDialog; import javax.swing.JFrame; import ...
Ora io vorrei trasformare questo oggetto JPanel in un JDialog, in modo da poter essere istanziato e visualizzato direttamente senza fare un add().
Jeden z buttonow wywoluje jDialog posiadajacy button "sign" i 2x textfield. Co zrobic by po wcisnieciu 'sign' sciagnac dane z textfieldow do glownego jFrame'a? jDialog wywoluje konstruktorem z ...