Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / swingjs / JSAppletThread.js
index ceff684..75b23fe 100644 (file)
@@ -1,31 +1,31 @@
-Clazz.declarePackage ("swingjs");\r
-Clazz.load (["swingjs.JSThread"], "swingjs.JSAppletThread", ["javax.swing.SwingUtilities"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.ap = null;\r
-Clazz.instantialize (this, arguments);\r
-}, swingjs, "JSAppletThread", swingjs.JSThread);\r
-Clazz.makeConstructor (c$, \r
-function (ap, group, name) {\r
-Clazz.superConstructor (this, swingjs.JSAppletThread, [group, name]);\r
-this.ap = ap;\r
-}, "swingjs.JSAppletPanel,ThreadGroup,~S");\r
-Clazz.overrideMethod (c$, "run1", \r
-function (mode) {\r
-mode = this.ap.run1 (mode);\r
-if (mode != 2) this.dispatchAndReturn (null, mode);\r
-}, "~N");\r
-Clazz.defineMethod (c$, "dispatchAndReturn", \r
-function (r, mode) {\r
-var m = mode;\r
-javax.swing.SwingUtilities.invokeLater (((Clazz.isClassDefined ("swingjs.JSAppletThread$1") ? 0 : swingjs.JSAppletThread.$JSAppletThread$1$ ()), Clazz.innerTypeInstance (swingjs.JSAppletThread$1, this, Clazz.cloneFinals ("m", m))));\r
-}, "Runnable,~N");\r
-c$.$JSAppletThread$1$ = function () {\r
-Clazz.pu$h(self.c$);\r
-c$ = Clazz.declareAnonymous (swingjs, "JSAppletThread$1", null, Runnable);\r
-Clazz.overrideMethod (c$, "run", \r
-function () {\r
-this.b$["swingjs.JSAppletThread"].run1 (this.f$.m);\r
-});\r
-c$ = Clazz.p0p ();\r
-};\r
-});\r
+Clazz.declarePackage ("swingjs");
+Clazz.load (["swingjs.JSThread"], "swingjs.JSAppletThread", ["javax.swing.SwingUtilities"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.ap = null;
+Clazz.instantialize (this, arguments);
+}, swingjs, "JSAppletThread", swingjs.JSThread);
+Clazz.makeConstructor (c$, 
+function (ap, group, name) {
+Clazz.superConstructor (this, swingjs.JSAppletThread, [group, name]);
+this.ap = ap;
+}, "swingjs.JSAppletPanel,ThreadGroup,~S");
+Clazz.overrideMethod (c$, "run1", 
+function (mode) {
+mode = this.ap.run1 (mode);
+if (mode != 2) this.dispatchAndReturn (null, mode);
+}, "~N");
+Clazz.defineMethod (c$, "dispatchAndReturn", 
+function (r, mode) {
+var m = mode;
+javax.swing.SwingUtilities.invokeLater (((Clazz.isClassDefined ("swingjs.JSAppletThread$1") ? 0 : swingjs.JSAppletThread.$JSAppletThread$1$ ()), Clazz.innerTypeInstance (swingjs.JSAppletThread$1, this, Clazz.cloneFinals ("m", m))));
+}, "Runnable,~N");
+c$.$JSAppletThread$1$ = function () {
+Clazz.pu$h(self.c$);
+c$ = Clazz.declareAnonymous (swingjs, "JSAppletThread$1", null, Runnable);
+Clazz.overrideMethod (c$, "run", 
+function () {
+this.b$["swingjs.JSAppletThread"].run1 (this.f$.m);
+});
+c$ = Clazz.p0p ();
+};
+});