Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / swingjs / plaf / JSCheckBoxUI.java
index 7dcc3c3..df47730 100644 (file)
@@ -1,29 +1,29 @@
-package swingjs.plaf;\r
-\r
-import swingjs.api.DOMNode;\r
-\r
-/**\r
- * CheckboxUI implementation for BasicCheckboxUI\r
- * <p>\r
- * <strong>Warning:</strong> Serialized objects of this class will not be\r
- * compatible with future Swing releases. The current serialization support is\r
- * appropriate for short term storage or RMI between applications running the\r
- * same version of Swing. As of 1.4, support for long term storage of all\r
- * JavaBeans<sup><font size="-2">TM</font></sup> has been added to the\r
- * <code>java.beans</code> package. Please see {@link java.beans.XMLEncoder}.\r
- * \r
- * @author Jeff Dinkins\r
- */\r
-public class JSCheckBoxUI extends JSRadioButtonUI {\r
-\r
-       @Override\r
-       public DOMNode getDOMObject() {\r
-               return getButtonObject("checkBox");\r
-       }\r
-\r
-       @Override\r
-       protected String getPropertyPrefix() {\r
-               return "CheckBox.";\r
-       }\r
-\r
-}\r
+package swingjs.plaf;
+
+import swingjs.api.DOMNode;
+
+/**
+ * CheckboxUI implementation for BasicCheckboxUI
+ * <p>
+ * <strong>Warning:</strong> 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
+ * JavaBeans<sup><font size="-2">TM</font></sup> has been added to the
+ * <code>java.beans</code> 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.";
+       }
+
+}