Public Methods | |
ButtonBar () | |
ButtonBar (String[] labels, int alignment) | |
ButtonBar (String[] labels, int alignment, int horGap, int vertGap) | |
Font | getFont () |
void | setFont (Font f) |
void | addButtonBarListener (ButtonBarListener l) |
void | removeButtonBarListener (ButtonBarListener l) |
void | actionPerformed (ActionEvent event) |
Static Public Attributes | |
final int | LEFT = FlowLayout.LEFT |
final int | CENTER = FlowLayout.CENTER |
final int | RIGHT = FlowLayout.RIGHT |
final int | TOP = 10 |
Protected Attributes | |
Vector | listeners = new Vector() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|