Panel: support painting background with rounded corners (issue #367)

FlatLineBorder: support rounded corners
This commit is contained in:
Karl Tauber
2021-12-10 22:40:17 +01:00
parent 023e356057
commit 600e0f3d67
8 changed files with 90 additions and 12 deletions

View File

@@ -64,6 +64,7 @@ FlatLaf Change Log
- MenuItem:
- Paint the selected icon when the item is selected. (PR #415)
- Vertically align text if icons have different widths. (issue #437)
- Panel: Support painting background with rounded corners. (issue #367)
- Added more color functions to class `ColorFunctions` for easy use in
applications: `lighten()`, `darken()`, `saturate()`, `desaturate()`, `spin()`,
`tint()`, `shade()` and `luma()`.