Back Previous Next


Linguist graphics package - center

Syntax:

   center {item} at {location}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKCenter.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHCenter.class

Function:

Move the item (for example a label or a button) so that it is centered at the given location.

Example(s):

   center ExitButton at 420 38


Back Previous Next