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 ...
Back again, with another painfully simple java question.<BR><BR>When I click on a button, it changes color, annoyingly. That is, from the moment I depress the mouse button to the moment I release it, ...