CheckBox and RadioButton: support changing selected icon style from outline to filled

renamed CheckBox.icon.focusedColor to CheckBox.icon.focusColor
This commit is contained in:
Karl Tauber
2020-06-19 15:36:49 +02:00
parent 1ba27730d6
commit 84cc86bef7
10 changed files with 121 additions and 63 deletions

View File

@@ -3,6 +3,9 @@ FlatLaf Change Log
## Unreleased
- CheckBox and RadioButton: Support changing selected icon style from outline to
filled (as in FlatLaf IntelliJ theme) with `UIManager.put(
"CheckBox.icon.style", "filled" );`.
- Button and ToggleButton: Support disabled background color (use UI values
`Button.disabledBackground` and `ToggleButton.disabledBackground`). (issue
#112)