Skip to content

Commit

Permalink
release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 21, 2019
1 parent 714c6e2 commit 4477b4c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@ build script:

groupId: com.formdev
artifactId: flatlaf
version: 0.13
version: 0.14

Otherwise download `flatlaf-<version>.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
-------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

version = "0.13"
version = "0.14"

allprojects {
repositories {
Expand Down
39 changes: 39 additions & 0 deletions flatlaf-swingx/README.md
Original file line number Diff line number Diff line change
@@ -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-<version>.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-<version>.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)

0 comments on commit 4477b4c

Please sign in to comment.