Back Previous Next


Linguist graphics package - window

Syntax:

   window {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKWindow.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHWindow.class

Function:

Declares a window variable or an array of window. The array size is fixed at time of compilation.

A window is just that - a top-level component on the screen. Other components can be placed inside it to build your application. See create.

Example(s):

   window MainWindow
   window Windows 8


Back Previous Next