mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-05 08:19:56 +01:00
Firefox workaround no longer needed to get applet going.
This commit is contained in:
parent
2de3d18566
commit
a7dd394fe5
|
|
@ -701,18 +701,13 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
|
||||
setLayout(new BorderLayout());
|
||||
add(lwjglApplet);
|
||||
validate();
|
||||
|
||||
state = STATE_INITIALIZE_REAL_APPLET;
|
||||
lwjglApplet.init();
|
||||
|
||||
state = STATE_START_REAL_APPLET;
|
||||
lwjglApplet.start();
|
||||
|
||||
|
||||
// fix for issue with applet not showing up in firefox
|
||||
setVisible(false);
|
||||
validate();
|
||||
setVisible(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue