Back Previous Next


Linguist graphics package - show

Syntax:

   show {component}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKShow.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHSetVisible.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