However, escape sequences are not very portable. For example, Windows NT provides an ANSI.SYS driver, but only for legacy DOS applications (which a JVM is not). I do not recommend this option except ...
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 ...