Back Previous Next


Linguist swing package - show

Syntax:

   show {component}

Keyword handler:

   linguist.swing.keyword.SKShow.class

Runtime handler(s):

   linguist.swing.handler.SHSetVisible.class

Function:

Show a component such as a label or button. This will automatically make it visible - there is no other screen updating required. Components when created are hidden until explicitly shown. See also hide, enable and disable.

Example(s):

   hide OKButton


Back Previous Next