Skip to content

Commit 93f29f2

Browse files
hansonrhansonr
authored andcommitted
prevent InternalFrame to paint background onto Desktop
1 parent 225d1d9 commit 93f29f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSInternalFrameUI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class JSInternalFrameUI extends JSFrameUI {
3232
public JSInternalFrameUI() {
3333
super();
3434
isInternalFrame = true;
35+
allowPaintedBackground = false;
3536
}
3637

3738
@Override

0 commit comments

Comments
 (0)