mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
1.8 KiB
1.8 KiB
FlatLaf Extras
This sub-project provides some additional components and classes:
- FlatAnimatedLafChange: Animated Laf changing.
- FlatInspector: A simple UI inspector that shows information about UI component at mouse location in a tooltip.
- FlatSVGIcon: An icon that displays SVG using svgSalamander.
- FlatUIDefaultsInspector: A simple UI defaults inspector that shows a window with all UI defaults used in current theme (look and feel).
- TriStateCheckBox: A tri-state check box.
Download
FlatLaf Extras binaries are available on JCenter and Maven Central.
If you use Maven or Gradle, add a dependency with following coordinates to your build script:
groupId: com.formdev
artifactId: flatlaf-extras
version: (see button below)
Otherwise download flatlaf-extras-<version>.jar here:
You also need flatlaf-<version>.jar and svgSalamander-<version>.jar, which
you can download here: