mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-09 16:25:10 +03:00
56 lines
1.5 KiB
Markdown
56 lines
1.5 KiB
Markdown
FlatLaf - Flat Look and Feel
|
|
============================
|
|
|
|
**FlatLaf** is a modern **open-source** cross-platform Look and Feel for Java
|
|
Swing desktop applications.
|
|
|
|
It looks almost flat (no shadows or gradients), clean, simple and elegant.
|
|
FlatLaf comes with **Light**, **Dark**, **IntelliJ** and **Darcula** themes,
|
|
scales on **HiDPI** displays and runs on Java 8 or newer.
|
|
|
|
The look is heavily inspired by **Darcula** and **IntelliJ** themes from
|
|
IntelliJ IDEA 2019.2+ and uses almost the same colors and icons.
|
|
|
|

|
|
|
|

|
|
|
|
|
|
Demo
|
|
----
|
|
|
|
[](https://download.formdev.com/flatlaf/flatlaf-demo-latest.jar)
|
|
|
|
Run demo with `java -jar flatlaf-demo-<version>.jar` (or double-click it).
|
|
Requires Java 8 or newer.
|
|
|
|
|
|
Download
|
|
--------
|
|
|
|
FlatLaf 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
|
|
version: 0.16
|
|
|
|
Otherwise download `flatlaf-<version>.jar` here:
|
|
|
|
[](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
|
|
|
|
|
|
Addons
|
|
------
|
|
|
|
- [SwingX](flatlaf-swingx)
|
|
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
For more information and documentation visit
|
|
[FlatLaf Home](https://www.formdev.com/flatlaf/)
|