X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSRootPaneUI.js;fp=site%2Fj2s%2Fswingjs%2Fplaf%2FJSRootPaneUI.js;h=6f35738c9d638ea22ef34ca4b3e21a930d33b7fe;hp=9f6c30f4c59e7e0cc88a8cad8f2a0444a8fa4d5c;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/swingjs/plaf/JSRootPaneUI.js b/site/j2s/swingjs/plaf/JSRootPaneUI.js index 9f6c30f..6f35738 100644 --- a/site/j2s/swingjs/plaf/JSRootPaneUI.js +++ b/site/j2s/swingjs/plaf/JSRootPaneUI.js @@ -1,20 +1,20 @@ -Clazz.declarePackage ("swingjs.plaf"); -Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSRootPaneUI", null, function () { -c$ = Clazz.declareType (swingjs.plaf, "JSRootPaneUI", swingjs.plaf.JSComponentUI); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, swingjs.plaf.JSRootPaneUI, []); -this.isContainer = true; -this.setDoc (); -}); -Clazz.overrideMethod (c$, "getDOMObject", -function () { -return null; -}); -Clazz.overrideMethod (c$, "installJSUI", -function () { -}); -Clazz.overrideMethod (c$, "uninstallJSUI", -function () { -}); -}); +Clazz.declarePackage ("swingjs.plaf"); +Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSRootPaneUI", null, function () { +c$ = Clazz.declareType (swingjs.plaf, "JSRootPaneUI", swingjs.plaf.JSComponentUI); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, swingjs.plaf.JSRootPaneUI, []); +this.isContainer = true; +this.setDoc (); +}); +Clazz.overrideMethod (c$, "getDOMObject", +function () { +return null; +}); +Clazz.overrideMethod (c$, "installJSUI", +function () { +}); +Clazz.overrideMethod (c$, "uninstallJSUI", +function () { +}); +});