public class JUButton extends java.lang.Object implements JButtonI
Constructor and Description |
---|
JUButton() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Is this button enabled?
|
void |
setEnabled(boolean enabled)
Set the enabled state of this button
|
public boolean isEnabled()
JButtonI
public void setEnabled(boolean enabled)
JButtonI
setEnabled
in interface JButtonI
enabled
- true to enable the buttonAbstractButton.setEnabled(boolean)