- Table: detect whether component is used in cell editor and automatically disable round border style and reduce cell editor outer border width (used for focus indicator) to zero

- ComboBox, Spinner and TextField: support disabling round border style per component, if globally enabled
(issue #148)
This commit is contained in:
Karl Tauber
2020-08-07 11:27:27 +02:00
parent 56ebd26361
commit 8bcf9dbcaf
7 changed files with 58 additions and 15 deletions

View File

@@ -3,6 +3,15 @@ FlatLaf Change Log
## Unreleased
#### New features
- Table: Detect whether component is used in cell editor and automatically
disable round border style and reduce cell editor outer border width (used for
focus indicator) to zero. (issue #148)
- ComboBox, Spinner and TextField: Support disabling round border style per
component, if globally enabled (set client property `JComponent.roundRect` to
`false`). (issue #148)
#### Fixed bugs
- Custom window decorations: Embedded menu bar did not always respond to mouse