X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSCheckBoxUI.java;h=7dcc3c3cbd6f4d88ecf0bfe4aad25e3fa931a44b;hp=df47730049a011daf39f9f73ab0f5659f0da0d7a;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/site/j2s/swingjs/plaf/JSCheckBoxUI.java b/site/j2s/swingjs/plaf/JSCheckBoxUI.java index df47730..7dcc3c3 100644 --- a/site/j2s/swingjs/plaf/JSCheckBoxUI.java +++ b/site/j2s/swingjs/plaf/JSCheckBoxUI.java @@ -1,29 +1,29 @@ -package swingjs.plaf; - -import swingjs.api.DOMNode; - -/** - * CheckboxUI implementation for BasicCheckboxUI - *

- * Warning: Serialized objects of this class will not be - * compatible with future Swing releases. The current serialization support is - * appropriate for short term storage or RMI between applications running the - * same version of Swing. As of 1.4, support for long term storage of all - * JavaBeansTM has been added to the - * java.beans package. Please see {@link java.beans.XMLEncoder}. - * - * @author Jeff Dinkins - */ -public class JSCheckBoxUI extends JSRadioButtonUI { - - @Override - public DOMNode getDOMObject() { - return getButtonObject("checkBox"); - } - - @Override - protected String getPropertyPrefix() { - return "CheckBox."; - } - -} +package swingjs.plaf; + +import swingjs.api.DOMNode; + +/** + * CheckboxUI implementation for BasicCheckboxUI + *

+ * Warning: Serialized objects of this class will not be + * compatible with future Swing releases. The current serialization support is + * appropriate for short term storage or RMI between applications running the + * same version of Swing. As of 1.4, support for long term storage of all + * JavaBeansTM has been added to the + * java.beans package. Please see {@link java.beans.XMLEncoder}. + * + * @author Jeff Dinkins + */ +public class JSCheckBoxUI extends JSRadioButtonUI { + + @Override + public DOMNode getDOMObject() { + return getButtonObject("checkBox"); + } + + @Override + protected String getPropertyPrefix() { + return "CheckBox."; + } + +}