mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
jsvg: updated flatlaf-extras/README.md; removed svgSalamander from libs.versions.toml
This commit is contained in:
@@ -4,8 +4,7 @@ FlatLaf Extras
|
|||||||
This sub-project provides some additional components and classes:
|
This sub-project provides some additional components and classes:
|
||||||
|
|
||||||
- [FlatSVGIcon](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/FlatSVGIcon.html):
|
- [FlatSVGIcon](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/FlatSVGIcon.html):
|
||||||
An icon that displays SVG using
|
An icon that displays SVG using [JSVG](https://github.com/weisJ/jsvg).\
|
||||||
[svgSalamander](https://github.com/JFormDesigner/svgSalamander).\
|
|
||||||

|

|
||||||
- [FlatTriStateCheckBox](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/components/FlatTriStateCheckBox.html):
|
- [FlatTriStateCheckBox](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/components/FlatTriStateCheckBox.html):
|
||||||
A tri-state check box.\
|
A tri-state check box.\
|
||||||
@@ -38,9 +37,9 @@ Otherwise download `flatlaf-extras-<version>.jar` here:
|
|||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras)
|
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/flatlaf-extras)
|
||||||
|
|
||||||
If SVG classes are used, `svgSalamander-<version>.jar` is also required:
|
If SVG classes are used, `jsvg-<version>.jar` is also required:
|
||||||
|
|
||||||
[](https://maven-badges.herokuapp.com/maven-central/com.formdev/svgSalamander)
|
[](https://maven-badges.herokuapp.com/maven-central/com.github.weisj/jsvg)
|
||||||
|
|
||||||
|
|
||||||
Tools
|
Tools
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ junit = "5.7.2"
|
|||||||
sigtest = "org.netbeans.tools:sigtest-maven-plugin:1.7"
|
sigtest = "org.netbeans.tools:sigtest-maven-plugin:1.7"
|
||||||
|
|
||||||
# flatlaf-extras
|
# flatlaf-extras
|
||||||
svgSalamander = "com.formdev:svgSalamander:1.1.3"
|
|
||||||
jsvg = "com.github.weisj:jsvg:1.0.0"
|
jsvg = "com.github.weisj:jsvg:1.0.0"
|
||||||
|
|
||||||
# flatlaf-jide-oss
|
# flatlaf-jide-oss
|
||||||
|
|||||||
Reference in New Issue
Block a user