Back Previous Next


Linguist window package - show

Syntax:

   show {component}

Keyword handler:

   linguist.window.keyword.WKShow.class

Runtime handler(s):

   linguist.window.handler.WHShow.class

Function:

Show an AWT component. See also hide.

Example(s):

   show Button5
   show Panel3


Back Previous Next