diff --git a/flatlaf-demo/README.md b/flatlaf-demo/README.md index 06b7b345..169d90eb 100644 --- a/flatlaf-demo/README.md +++ b/flatlaf-demo/README.md @@ -2,3 +2,12 @@ FlatLaf Demo ============ This sub-project contains the FlatLaf Demo source code. + + +Download +-------- + +[![Download Demo](https://download.formdev.com/flatlaf/images/download-demo.svg)](https://download.formdev.com/flatlaf/flatlaf-demo-latest.jar) + +Run demo with `java -jar flatlaf-demo-.jar` (or double-click it). +Requires Java 8 or newer. diff --git a/flatlaf-extras/README.md b/flatlaf-extras/README.md index 3e098b7e..620f7a86 100644 --- a/flatlaf-extras/README.md +++ b/flatlaf-extras/README.md @@ -10,6 +10,9 @@ This sub-project provides some additional components and classes: - [FlatTriStateCheckBox](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/components/FlatTriStateCheckBox.html): A tri-state check box.\ ![TriStateCheckBox.png](../images/extras-TriStateCheckBox.png) +- Extension classes of standard Swing components that provide easy access to + FlatLaf specific client properties (see package + [com.formdev.flatlaf.extras.components](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/components/package-summary.html)). - [FlatAnimatedLafChange](https://www.javadoc.io/doc/com.formdev/flatlaf-extras/latest/com/formdev/flatlaf/extras/FlatAnimatedLafChange.html): Animated Laf (theme) changing. - [FlatInspector](#ui-inspector): A simple UI inspector that shows information