OptionPane: hide window icon by default; can be shown via UI default OptionPane.showIcon = true (issue #416)

This commit is contained in:
Karl Tauber
2021-11-16 14:38:51 +01:00
parent f0275192c6
commit 4cb6aeae36
11 changed files with 132 additions and 35 deletions

View File

@@ -531,6 +531,7 @@ OptionPane.minimumSize
OptionPane.questionIcon
OptionPane.sameSizeButtons
OptionPane.setButtonMargin
OptionPane.showIcon
OptionPane.warningIcon
OptionPane.windowBindings
OptionPaneUI