This is project created to make a customisable message and confirm dialogs based on JOptionPane and some of its method features. The current project can only do message and confirmation box. the input ...
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). <BR>The optionpane contains ...