Drop shadows:

- reworked drop shadows implementation to support 4-sided shadows
- use 4-sided shadow for internal frames
- made shadows configurable in UI defaults
- made shadows dark in dark themes

(issue #94)
This commit is contained in:
Karl Tauber
2020-05-10 15:38:50 +02:00
parent 06cad7ecd8
commit 0a0f834f23
11 changed files with 250 additions and 43 deletions

View File

@@ -3,6 +3,8 @@ FlatLaf Change Log
## Unreleased
- Added drop shadows to popup menus, combobox popups, tooltips and internal
frames. (issue #94)
- Added Java 9 module descriptor to `flatlaf-extras-<version>.jar` and
`flatlaf-swingx-<version>.jar`.