ComboBox, Spinner and TextField: support round border style (set client property JComponent.roundRect to true)

This commit is contained in:
Karl Tauber
2020-05-15 13:38:45 +02:00
parent 26c77b3118
commit 83fdeb7e0c
12 changed files with 107 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ FlatLaf Change Log
frames. (issue #94)
- Button and ToggleButton: Support round button style (set client property
`JButton.buttonType` to `roundRect`).
- ComboBox, Spinner and TextField: Support round border style (set client
property `JComponent.roundRect` to `true`).
- Paint nicely rounded buttons, comboboxes, spinners and text fields when
setting `Button.arc`, `Component.arc` or `TextComponent.arc` to a large value
(e.g. 1000).