InternalFrame: fill background to avoid that parent may shine through internal frame if it contains non-opaque components (better fix for issue #274)

This commit is contained in:
Karl Tauber
2021-12-15 00:27:20 +01:00
parent 8e107647bd
commit 5fd5b1206e
3 changed files with 33 additions and 0 deletions

View File

@@ -90,6 +90,12 @@ FlatLaf Change Log
- New "column control" icon for `JXTable` that scales and uses antialiasing.
(issue #434)
#### Fixed bugs
- InternalFrame: Fill background to avoid that parent may shine through internal
frame if it contains non-opaque components. (better fix for issue #274)
## 1.6.5
#### Fixed bugs