Button and ToggleButton: support round button style (set client property JButton.buttonType to roundRect)

This commit is contained in:
Karl Tauber
2020-05-13 11:45:01 +02:00
parent 5bd40baed2
commit b3e0b99e8d
8 changed files with 333 additions and 32 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
- Added drop shadows to popup menus, combobox popups, tooltips and internal
frames. (issue #94)
- Button and ToggleButton: Support round button style (set client property
`JButton.buttonType` to `roundRect`).
- 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).