mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
- do not increase inspection level when activated with keyboard shortcut - added some javadoc - added to CHANGELOG.md and flatlaf-extras/README.md
1.5 KiB
1.5 KiB
FlatLaf Extras
This sub-project provides some additional components and classes:
- 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.
- 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: