diff --git a/README.md b/README.md index 07fd04fe..23f05319 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,10 @@ docs). Addons ------ +- [IntelliJ Themes Pack](flatlaf-intellij-themes) +- [Extras](flatlaf-extras) - [SwingX](flatlaf-swingx) - [JIDE Common Layer](flatlaf-jide-oss) -- [IntelliJ Themes Pack](flatlaf-intellij-themes) Projects using FlatLaf diff --git a/flatlaf-extras/README.md b/flatlaf-extras/README.md index 2bad65af..8d8d6988 100644 --- a/flatlaf-extras/README.md +++ b/flatlaf-extras/README.md @@ -3,6 +3,9 @@ FlatLaf Extras This sub-project provides some additional components and classes: +- [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. @@ -10,4 +13,21 @@ This sub-project provides some additional components and classes: Download -------- -Not yet available. +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-.jar` here: + +[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-extras/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf-extras/_latestVersion) + +You also need `flatlaf-.jar` and `svgSalamander-.jar`, which +you can download here: + +[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion) +[![Download](https://api.bintray.com/packages/jformdesigner/svgSalamander/svgSalamander/images/download.svg)](https://bintray.com/jformdesigner/svgSalamander/svgSalamander/_latestVersion)