public interface JButtonI
JButton
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Is this button enabled?
|
void |
setEnabled(boolean enabled)
Set the enabled state of this button
|
boolean isEnabled()
Component.isEnabled()
void setEnabled(boolean enabled)
enabled
- true to enable the buttonAbstractButton.setEnabled(boolean)