github JFormDesigner/FlatLaf 2.3

latest releases: 3.4.1, 3.4, fonts/inter-4.0...
23 months ago

Highlights

macOS improvements in FlatLaf Demo

The FlatLaf Demo now demonstrates how to use the "full window content" feature on macOS to extend the content into the window title bar:

grafik

This is the old FlatLaf Demo without "full window content":

grafik

And here is a guide to use this in own applications: https://www.formdev.com/flatlaf/macos/

File chooser shortcuts panel

This release adds a shortcuts panel to the left side of all file choosers (class JFileChooser):

image

On Windows, the content of the shortcuts panel is the same as in the Java Windows L&F.
On macOS and Linux the shortcuts panel is empty and hidden.
However you can customize the content. See PR #522

Change Log

New features and improvements

  • FileChooser: Added (optional) shortcuts panel. On Windows it contains "Recent
    Items", "Desktop", "Documents", "This PC" and "Network". On macOS and Linux it
    is empty/hidden. (PR #522, issue #100)
  • Button and ToggleButton: Added missing foreground colors for hover, pressed,
    focused and selected states. (issue #535)
  • Table: Optionally paint alternating rows below table if table is smaller than
    scroll pane. Set UI value Table.paintOutsideAlternateRows to true.
    Requires that Table.alternateRowColor is set to a color. (issue #504)
  • ToggleButton: Made the underline placement of tab-style toggle buttons
    configurable. (PR #530; issue #529)
  • Added spanish translation. (PR #525)

Fixed bugs

  • IntelliJ Themes: Fixed TitledBorder text color in "Monokai Pro" theme.
    (issue #524)

Don't miss a new FlatLaf release

NewReleases is sending notifications on new releases.