< prev index next >

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

Print this page

        

*** 149,159 **** * @return the string "ButtonUI" * @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; } --- 149,159 ---- * @return the string "ButtonUI" * @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 >