X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSCheckBoxUI.java;fp=site%2Fj2s%2Fswingjs%2Fplaf%2FJSCheckBoxUI.java;h=df47730049a011daf39f9f73ab0f5659f0da0d7a;hp=7dcc3c3cbd6f4d88ecf0bfe4aad25e3fa931a44b;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/swingjs/plaf/JSCheckBoxUI.java b/site/j2s/swingjs/plaf/JSCheckBoxUI.java index 7dcc3c3..df47730 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."; + } + +}