OptionPane:

- fixed background, which was wrong when OptionPane.background is different to Panel.background (e.g. in Hiberbee or Solarized themes)
- use non-UIResource borders in sub-panels to avoid that they are replaced when switching LaF
This commit is contained in:
Karl Tauber
2019-11-18 12:28:18 +01:00
parent 6ba1a419bc
commit 84db2f9b65
2 changed files with 65 additions and 0 deletions

View File

@@ -147,6 +147,9 @@ MenuItemCheckBox.icon.disabledCheckmarkColor=ABABAB
#---- OptionPane ----
OptionPane.background=ffdddd
OptionPane.foreground=ff0000
OptionPane.icon.errorColor=ff0000
OptionPane.icon.informationColor=00ff00
OptionPane.icon.questionColor=0000ff