Back Previous Next


Linguist swing package - button

Syntax:

   button {name} {elements}

Keyword handler:

   linguist.swing.keyword.SKButton.class

Runtime handler(s):

   linguist.swing.handler.SHButton.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 Swing component of the same name. 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


Back Previous Next