Back Previous Next


Linguist window package - window

Syntax:

   window {name} {elements}

Keyword handler:

   linguist.window.keyword.WKWindow.class

Runtime handler(s):

   linguist.window.handler.WHWindow.class

Function:

Declares a window variable. This is a wrapper either for an AWT Window or a Frame, depending on the form of the create command.

Example(s):

   window MainWindow
   window MyWindows 5


Back Previous Next