Button and ToggleButton:

- updated CHANGELOG.md for #276
- FlatComponentsTest: use FlatButton and FlatToggleButton
- FlatButtonUI: avoid unnecessary reading client property if shadowColor is null, which is the case in most themes
This commit is contained in:
Karl Tauber
2021-04-09 11:44:59 +02:00
parent c55f0e239e
commit 5eab843d97
4 changed files with 19 additions and 10 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 1.2-SNAPSHOT
#### New features and improvements
- Button and ToggleButton: Support borderless button style (set client property
`JButton.buttonType` to `borderless`). (PR #276)
## 1.1.2
#### New features and improvements