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()
JButtonIpublic void setEnabled(boolean enabled)
JButtonIsetEnabled in interface JButtonIenabled - true to enable the buttonAbstractButton.setEnabled(boolean)