Linux: support using custom window decorations (issue #482)

This commit is contained in:
Karl Tauber
2022-02-26 23:07:16 +01:00
parent 418f55f34e
commit 1fec7ba553
5 changed files with 32 additions and 9 deletions

View File

@@ -1,6 +1,16 @@
FlatLaf Change Log
==================
## 2.1-SNAPSHOT
#### New features and improvements
- Linux: Support using custom window decorations. Enable with
`JFrame.setDefaultLookAndFeelDecorated(true)` and
`JDialog.setDefaultLookAndFeelDecorated(true)` before creating a window.
(issue #482)
## 2.0.2
- Native window decorations (Windows 10/11 only): Fixed rendering artifacts on