Window decorations:

- support customizing of window title alignment: left aligned or centered (default is left without embedded menubar and centered with embedded menubar)
- improved centering of window title with embedded menubar (issue #252)
This commit is contained in:
Karl Tauber
2021-03-13 17:08:47 +01:00
parent cee2211108
commit 30c7b442a8
10 changed files with 102 additions and 6 deletions

View File

@@ -9,8 +9,10 @@ FlatLaf Change Log
and embedded menu bar with all JREs, while still having native Windows 10
border drop shadows, resize behavior, window snapping and system window menu.
(PR #267)
- Support right aligned components in `JFrame` title bar with embedded menu bar
(using `Box.createHorizontalGlue()`). (PR #268)
- Custom window decorations: Support right aligned components in `JFrame` title
bar with embedded menu bar (using `Box.createHorizontalGlue()`). (PR #268)
- Custom window decorations: Improved centering of window title with embedded
menu bar. (issue #252)
#### Fixed bugs