Syntax:
button {name} {elements}
Keyword handler:
net.eclecity.linguist.graphics.keyword.GraphicsKButton.class
Runtime handler(s):
net.eclecity.linguist.graphics.handler.GraphicsHButton.class
Function:
Declares a button variable or an array of buttons. The array size is fixed at time of compilation.
A button is a wrapper for the JFC JButton. Many attributes can be set for a button, making it a highly versatile component in a graphic application. See also create and set.
Example(s):
button OKButton button Buttons 8