Back Previous Next


Linguist swing package - select

Syntax:

   select {button}

Keyword handler:

   linguist.swing.keyword.SKSelect.class

Runtime handler(s):

   linguist.swing.handler.SHSelect.class

Function:

Selects a button. What effect this has depends on how the button was created and what icons it has - see set. See also deselect.

Example(s):

   select OKButton


Back Previous Next