mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
- do not increase inspection level when activated with keyboard shortcut - added some javadoc - added to CHANGELOG.md and flatlaf-extras/README.md
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
FlatLaf Extras
|
|
==============
|
|
|
|
This sub-project provides some additional components and classes:
|
|
|
|
- [FlatInspector](src/main/java/com/formdev/flatlaf/extras/FlatInspector.java):
|
|
A simple UI inspector that shows information about UI component at mouse
|
|
location in a tooltip.
|
|
- [FlatSVGIcon](src/main/java/com/formdev/flatlaf/extras/FlatSVGIcon.java): An
|
|
icon that displays SVG using
|
|
[svgSalamander](https://github.com/JFormDesigner/svgSalamander).
|
|
- [TriStateCheckBox](src/main/java/com/formdev/flatlaf/extras/TriStateCheckBox.java):
|
|
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:
|
|
|
|
[](https://bintray.com/jformdesigner/flatlaf/flatlaf-extras/_latestVersion)
|
|
|
|
You also need `flatlaf-<version>.jar` and `svgSalamander-<version>.jar`, which
|
|
you can download here:
|
|
|
|
[](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
|
|
[](https://bintray.com/jformdesigner/svgSalamander/svgSalamander/_latestVersion)
|