All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----gjt.ButtonPanel
Buttons may be added to the panel via two methods:
Button add(String) creates a Button and adds it to the panel, then returns the Button created, as a convenience to clients so that they do not have to go through the pain and agony of creating an ImageButton.
public ButtonPanel()
public void add(Button button)
public Button add(String buttonLabel)
protected String paramString()
All Packages Class Hierarchy This Package Previous Next Index