X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSRootPaneUI.java;h=0987ab19a29631b19db84aa19b3559cdfad0f704;hp=05a2f29a39bb62769f5145d7e87776c22b80d1d9;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/site/j2s/swingjs/plaf/JSRootPaneUI.java b/site/j2s/swingjs/plaf/JSRootPaneUI.java index 05a2f29..0987ab1 100644 --- a/site/j2s/swingjs/plaf/JSRootPaneUI.java +++ b/site/j2s/swingjs/plaf/JSRootPaneUI.java @@ -1,30 +1,30 @@ -package swingjs.plaf; - -import swingjs.api.DOMNode; - -/** - * Pluggable look and feel interface for JRootPane. - * - * @author Scott Violet - * @since 1.3 - */ -public class JSRootPaneUI extends JSComponentUI { - - public JSRootPaneUI() { - isContainer = true; - setDoc(); - } - - @Override - public DOMNode getDOMObject() { - return null; - } - - @Override - protected void installJSUI() { - } - - @Override - protected void uninstallJSUI() { - } -} +package swingjs.plaf; + +import swingjs.api.DOMNode; + +/** + * Pluggable look and feel interface for JRootPane. + * + * @author Scott Violet + * @since 1.3 + */ +public class JSRootPaneUI extends JSComponentUI { + + public JSRootPaneUI() { + isContainer = true; + setDoc(); + } + + @Override + public DOMNode getDOMObject() { + return null; + } + + @Override + protected void installJSUI() { + } + + @Override + protected void uninstallJSUI() { + } +}