Back Previous Next


Linguist window package - hide

Syntax:

   hide {component}

Keyword handler:

   linguist.window.keyword.WKHide.class

Runtime handler(s):

   linguist.window.handler.WHHide.class

Function:

Hide an AWT component. See also show.

Example(s):

   hide Button5
   hide Panel3


Back Previous Next