< prev index next >

src/java.desktop/share/classes/javax/swing/JCheckBox.java

Print this page

        

*** 233,243 **** * @return the string "CheckBoxUI" * @see JComponent#getUIClassID * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description ! = "A string that specifies the name of the L&amp;F class") public String getUIClassID() { return uiClassID; } --- 233,243 ---- * @return the string "CheckBoxUI" * @see JComponent#getUIClassID * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description ! = "A string that specifies the name of the L&F class") public String getUIClassID() { return uiClassID; }
< prev index next >