mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
OptionPane: fixed styling custom panel background in JOptionPane (issue #761)
This commit is contained in:
@@ -41,11 +41,15 @@ public class FlatOptionPaneTest
|
||||
FlatOptionPaneTest() {
|
||||
initComponents();
|
||||
|
||||
JPanel panel = new JPanel();
|
||||
panel.setBackground( Color.green );
|
||||
panel.add( new JLabel( "label in green panel" ) );
|
||||
customOptionPane.setMessage( new Object[] {
|
||||
"string",
|
||||
"multi-\nline string",
|
||||
new JCheckBox( "check box" ),
|
||||
new JTextField( "text field" ),
|
||||
panel,
|
||||
"more text",
|
||||
} );
|
||||
customOptionPane.setOptions( new Object[] {
|
||||
|
||||
Reference in New Issue
Block a user