Viewing entries posted in 2024
Highlights
Table: rounded selection
Table now support rounded selection.

Label: rounded background/border
Label supports now painting rounded background and, if assigned a
FlatLineBorder
, then also painting rounded border. This makes it easy to
create badges:

See
here
and
here
for details.
Change Log
See https://github.com/JFormDesigner/FlatLaf/releases/tag/3.5
2024-07-17
FlatLaf, Swing, Look and Feel
Highlights
"full window content" mode for FlatLaf window decorations (Windows 10/11 and Linux)
Full window content mode allows you to extend the content into the window title bar. This means that the content pane (and glass pane) of the Swing window is extended into the window title bar. The window icon and title are automatically hidden. Only the minimize/maximize/close buttons stay visible. So your application can use (nearly) the whole window area.

You can try out "full window content" mode in FlatLaf Demo.
Press the "expand" button on the right side in the tab area.
macOS: window title bar close/minimize/zoom buttons spacing
If using full window content mode on macOS, it is now possible to use larger space
around the close/minimize/zoom buttons (traffic lights) to give your application a "native" look:

Change Log
See https://github.com/JFormDesigner/FlatLaf/releases/tag/3.4
2024-02-20
FlatLaf, Swing, Look and Feel, macOS
Highlights
macOS: native rounded borders for popups
Popups on macOS now use native macOS rounded borders (including native drop shadow):

ScrollPane: Support rounded border
ScrollPane now support using rounded border. See PR #713 for information how to enable this feature.

TabbedPane: Support vertical tabs
TabbedPane now supports rotated/vertical tabs:

Change Log
See https://github.com/JFormDesigner/FlatLaf/releases/tag/3.3
2024-01-11
FlatLaf, Swing, Look and Feel, macOS