Extras: added class FlatDesktop for easy integration into macOS screen menu (About, Preferences and Quit) when using Java 8

Demo:
- use class `FlatDesktop`
- hide "File > Exit" and "Help > About" on macOS
This commit is contained in:
Karl Tauber
2021-10-24 09:44:34 +02:00
parent f8b9f4c1fa
commit cc238d3e34
4 changed files with 265 additions and 9 deletions

View File

@@ -34,6 +34,8 @@ FlatLaf Change Log
applications: `lighten()`, `darken()`, `saturate()`, `desaturate()`, `spin()`,
`tint()`, `shade()` and `luma()`.
- Support defining fonts in FlatLaf properties files. (issue #384)
- Extras: Added class `FlatDesktop` for easy integration into macOS screen menu
(About, Preferences and Quit) when using Java 8.
#### Fixed bugs