Skip to content

1.0

Compare
Choose a tag to compare
@DevCharly DevCharly released this 15 Feb 14:28

FlatLaf 1.0 is here 馃帀 馃榾

Finally, after one and a half years of development, forty 0.x releases,
32 merged PRs, 191 closed issues and hundreds cups of coffee. 馃槃
It took longer than expected.
Looking back at all the features already implemented, we could also name it 3.0. 馃榿

FlatLaf is already used in a lot of open-source and commercial applications.
To name only a few: Apache NetBeans, jclasslib, KeyStore Explorer, DbVisualizer, MagicPlot, OWASP ZAP.
Here is a longer list.

Many, many thanks to the community. 馃弳 馃 馃殌
Without your feedback, support, feature requests, bug reports and pull requests,
FlatLaf would not be there where it is now.

What's next? The development continues! Stay tuned... 馃槈

If you like FlatLaf, please give it a star @ GitHub. Thanks!

Change log

New features and improvements

  • Extras: UI Inspector: Tooltip is no longer limited to window bounds.

Fixed bugs

  • TabbedPane: Custom TabbedPane.selectedForeground color did not work when
    TabbedPane.foreground has also custom color. (issue #257)
  • FileChooser: Fixed display of date in details view if current user is selected
    in "Look in" combobox. (Windows 10 only; issue #249)
  • Table: Fixed wrong grid line thickness in dragged column on HiDPI screens on
    Java 9+. (issue #236)
  • PopupFactory: Fixed NullPointerException when PopupFactory.getPopup() is
    invoked with parameter owner set to null.