@BeanProperty(visualUpdate=true, description="Whether or not this button can be the default button")
public void setDefaultCapable (boolean defaultCapable)

Sets the defaultCapable property, which determines whether this button can be made the default button for its root pane. The default value of the defaultCapable property is true unless otherwise specified by the look and feel.

Parameters:
defaultCapable    true if this button will be capable of being the default button on the RootPane; otherwise false

See also:
isDefaultCapable