JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / site / j2s / swingjs / plaf / JSCheckBoxMenuItemUI.java
index 5a6f28e..0300321 100644 (file)
@@ -1,29 +1,29 @@
-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 JSCheckBoxMenuItemUI extends JSCheckBoxUI {
-
-       @Override
-       public DOMNode getDOMObject() {
-               return getButtonObject("checkBox");
-       }
-
-       @Override
-       protected String getPropertyPrefix() {
-               return "CheckBoxMenuItem.";
-       }
-
-}
+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 JSCheckBoxMenuItemUI extends JSCheckBoxUI {\r
+\r
+       @Override\r
+       public DOMNode getDOMObject() {\r
+               return getButtonObject("checkBox");\r
+       }\r
+\r
+       @Override\r
+       protected String getPropertyPrefix() {\r
+               return "CheckBoxMenuItem.";\r
+       }\r
+\r
+}\r