Button.Button
Class Overview | Class Members |
This Package |
All Packages
public Button()
Description
Constructs a Button with no label.
public Button( String label )
Parameters
- label
- A string label for the button.
Description
Constructs a Button with the specified label.