X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fswingjs%2Fplaf%2FJSCheckBoxMenuItemUI.java;h=5a6f28eb67e3f00d2c7b5c3cdfb3773abc65ec7f;hp=0300321d9943605fe80822962c103bf558a3e575;hb=e34e405ef01487083cc29d8b9a2f96143cbfe6a3;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/swingjs/plaf/JSCheckBoxMenuItemUI.java b/site/j2s/swingjs/plaf/JSCheckBoxMenuItemUI.java index 0300321..5a6f28e 100644 --- a/site/j2s/swingjs/plaf/JSCheckBoxMenuItemUI.java +++ b/site/j2s/swingjs/plaf/JSCheckBoxMenuItemUI.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 JSCheckBoxMenuItemUI extends JSCheckBoxUI { - - @Override - public DOMNode getDOMObject() { - return getButtonObject("checkBox"); - } - - @Override - protected String getPropertyPrefix() { - return "CheckBoxMenuItem."; - } - -} +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 JSCheckBoxMenuItemUI extends JSCheckBoxUI { + + @Override + public DOMNode getDOMObject() { + return getButtonObject("checkBox"); + } + + @Override + protected String getPropertyPrefix() { + return "CheckBoxMenuItem."; + } + +}