Hi guys,<br><br>I'm writing a custom JDialog window by extending the JDialog class. All good so far. However, there is one problem that bothers me: The components won't display until I manually resize ...
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 ...
I'm using the latest release of the material lib, 1.1.3-rc2. Couple examples are attached. My setting in the theme's configuration is JDialog.setDefaultLookAndFeelDecorated(true), so that we get a ...
java.lang.NullPointerException: Cannot invoke "javax.swing.JRootPane.getLayeredPane()" because the return value of "javax.swing.JDialog.getRootPane()" is null at java ...