Back Previous Next


Linguist swing package - cursor

Syntax:

   cursor {name} {elements}

Keyword handler:

   linguist.swing.keyword.SKCursor.class

Runtime handler(s):

   linguist.swing.handler.SHCursor.class

Function:

Declares a cursor variable or an array of cursors. The array size is fixed at time of compilation. See create.

Example(s):

   cursor HandCursor
   cursor Cursors 8


Back Previous Next