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 c2ade06 commit d4c296eCopy full SHA for d4c296e
sources/net.sf.j2s.java.core/srcjs/js/SwingJSApplet.js
@@ -1,7 +1,7 @@
1
// SwingJSApplet.js
2
3
// generic SwingJS Applet
4
-
+// BH 3/14/2018 8:42:33 PM adds applet._window for JSObject
5
// BH 12/18/2016 8:09:56 AM added SwingJS.Loaded and SwingJS.isLoaded
6
// BH 7/24/2015 9:09:39 AM allows setting Info.resourcePath
7
// BH 4/28/2015 10:15:32 PM adds getAppletHtml
@@ -37,6 +37,7 @@ if (typeof(SwingJS) == "undefined") {
37
this._appletType = "SwingJS._Applet" + (Info.isSigned ? " (signed)" : "");
38
this._isJava = true;
39
this._availableParams = null; // all allowed
40
+ this._window = window;
41
if (checkOnly)
42
return this;
43
this._isSigned = Info.isSigned;
0 commit comments