src/java.desktop/share/classes/javax/swing/JToggleButton.java
changeset 50993 3924d4cf8b41
parent 47216 71c04702a3d5
child 52749 a4db2f17e1be
equal deleted inserted replaced
50992:faf1cd52a5b7 50993:3924d4cf8b41
   193      * @return String "ToggleButtonUI"
   193      * @return String "ToggleButtonUI"
   194      * @see JComponent#getUIClassID
   194      * @see JComponent#getUIClassID
   195      * @see UIDefaults#getUI
   195      * @see UIDefaults#getUI
   196      */
   196      */
   197     @BeanProperty(bound = false, description
   197     @BeanProperty(bound = false, description
   198             = "A string that specifies the name of the L&F class")
   198             = "A string that specifies the name of the L&F class")
   199     public String getUIClassID() {
   199     public String getUIClassID() {
   200         return uiClassID;
   200         return uiClassID;
   201     }
   201     }
   202 
   202 
   203 
   203