We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb69489 commit 38bb6b5Copy full SHA for 38bb6b5
sources/net.sf.j2s.java.core/src/swingjs/JSAppletViewer.java
@@ -456,8 +456,10 @@ public int run1(int mode) {
456
status = APPLET_ERROR;
457
break;
458
}
459
- // BH: This should not be necessary, and it
460
- // is causing validation to happen twice
+ // BH: This should not be necessary.
+ // It is causing validation to happen twice,
461
+ // But actually that is a good thing, because we don't
462
+ // see the flash of incomplete to complete layout.
463
applet.getRootPane().addNotify();
464
// force peer creation now
465
System.out.println("JSAppletViewer start" + currentAppletSize);
0 commit comments