I use
JFrame.setDefaultLookAndFeelDecorated(true);
JDialog.setDefaultLookAndFeelDecorated(true);
to have windows use the window decorations of Metal.
Metal has a title bar color for different types of JOptionPane
's. Nice feature, but for this case it's annoying.
How can I let Metal give all option dialogs the same title bar color as JFrame
's?