From 4477b4c44eb3f1ebba56f184941a783838688642 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 21 Oct 2019 10:30:52 +0200 Subject: [PATCH] release 0.14 --- CHANGELOG.md | 2 +- README.md | 8 +++++++- build.gradle.kts | 2 +- flatlaf-swingx/README.md | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 flatlaf-swingx/README.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7483f075c..181f1b56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## Unreleased +## 0.14 - ComboBox: Use small border if used as table editor. - ToolBar: Disable focusability of buttons in toolbar. diff --git a/README.md b/README.md index c06188b2e..8f8afa193 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,19 @@ build script: groupId: com.formdev artifactId: flatlaf - version: 0.13 + version: 0.14 Otherwise download `flatlaf-.jar` here: [![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion) +Addons +------ + +- [SwingX](flatlaf-swingx) + + Documentation ------------- diff --git a/build.gradle.kts b/build.gradle.kts index 99f6ea5f1..d56554ece 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ * limitations under the License. */ -version = "0.13" +version = "0.14" allprojects { repositories { diff --git a/flatlaf-swingx/README.md b/flatlaf-swingx/README.md new file mode 100644 index 000000000..31fb01b51 --- /dev/null +++ b/flatlaf-swingx/README.md @@ -0,0 +1,39 @@ +FlatLaf addon for SwingX +======================== + +This addon for FlatLaf adds support for **some** widely used SwingX components. + +Many SwingX components that do not use UI delegates (e.g. `JXButton`, `JXLabel`, +`JXList`, etc) work with FlatLaf without adaptation. + +Following SwingX components, which use UI delegates, are supported by this +addon: + +- `JXBusyLabel` +- `JXDatePicker` +- `JXHeader` +- `JXHyperlink` +- `JXMonthView` +- `JXTaskPaneContainer` +- `JXTaskPane` + + +Download +-------- + +FlatLaf for SwingX 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-swingx + version: 0.14 + +Otherwise download `flatlaf-swingx-.jar` here: + +[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-swingx/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf-swingx/_latestVersion) + +You also need `flatlaf-.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)