mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
OptionPane: hide window icon by default; can be shown via UI default OptionPane.showIcon = true (issue #416)
This commit is contained in:
@@ -671,6 +671,7 @@ OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [U
|
||||
OptionPane.questionIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneQuestionIcon [UI]
|
||||
OptionPane.sameSizeButtons true
|
||||
OptionPane.setButtonMargin false
|
||||
OptionPane.showIcon false
|
||||
OptionPane.warningIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneWarningIcon [UI]
|
||||
OptionPane.windowBindings length=2 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
|
||||
@@ -676,6 +676,7 @@ OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [U
|
||||
OptionPane.questionIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneQuestionIcon [UI]
|
||||
OptionPane.sameSizeButtons true
|
||||
OptionPane.setButtonMargin false
|
||||
OptionPane.showIcon false
|
||||
OptionPane.warningIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneWarningIcon [UI]
|
||||
OptionPane.windowBindings length=2 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
|
||||
@@ -687,6 +687,7 @@ OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [U
|
||||
OptionPane.questionIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneQuestionIcon [UI]
|
||||
OptionPane.sameSizeButtons true
|
||||
OptionPane.setButtonMargin false
|
||||
OptionPane.showIcon false
|
||||
OptionPane.warningIcon [lazy] 32,32 com.formdev.flatlaf.icons.FlatOptionPaneWarningIcon [UI]
|
||||
OptionPane.windowBindings length=2 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
|
||||
Reference in New Issue
Block a user