mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user