Syntax:
hide {component}
Keyword handler:
linguist.swing.keyword.SKHide.class
Runtime handler(s):
linguist.swing.handler.SHSetVisible.class
Function:
Hide a component such as a label or button. This will automatically remove it from view - there is no other screen updating required. Components when created are hidden until explicitly shown. See also show, enable and disable.
Example(s):
hide OKButton