Back Previous Next


Linguist swing package - border

Syntax:

   border {name} {elements}

Keyword handler:

   linguist.swing.keyword.SKBorder.class

Runtime handler(s):

   linguist.swing.handler.SHBorder.class

Function:

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

Borders can be applied to many of the Swing components. There are several different kinds of border available.

Example(s):

   border LineBorder
   border Borders 8


Back Previous Next