Skip to content

Commit 462750b

Browse files
hansonrhansonr
authored andcommitted
resetting default width/height to 500
1 parent 5665196 commit 462750b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public JSFrameUI() {
5454
frameZ += 1000;
5555
z = frameZ;
5656
isContainer = true;
57-
defaultHeight = 0;
58-
defaultWidth = 0;
57+
defaultHeight = 500;
58+
defaultWidth = 500;
5959
setDoc();
6060
}
6161

0 commit comments

Comments
 (0)