TriStateCheckBox component added

This commit is contained in:
Karl Tauber
2019-10-24 12:36:40 +02:00
parent 1b0c2687c8
commit 7f43b3003c
10 changed files with 330 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
FlatLaf Change Log
==================
## Unreleased
- CheckBox: Support painting a third state (set client property
"JButton.selectedState" to "indeterminate").
- `TriStateCheckBox` component added (see [FlatLaf Extras](flatlaf-extras)).
## 0.16
- Made some fixes for right-to-left support in ComboBox, Slider and ToolTip.