Native window decorations: support disabling native window decorations per window via client property (issue #277)

This commit is contained in:
Karl Tauber
2021-03-23 13:18:07 +01:00
parent eabb052107
commit fe1e364a1d
5 changed files with 56 additions and 0 deletions

View File

@@ -3,6 +3,12 @@ FlatLaf Change Log
## 1.2-SNAPSHOT
#### New features and improvements
- Native window decorations: Support disabling native window decorations per
window. (set client property `JRootPane.useWindowDecorations` to `false` on
root pane).
#### Fixed bugs
- Native window decorations: Fixed double window title bar when first disposing