Back Previous Next


Linguist swing package - textpanel

Syntax:

   textpanel {name} {elements}

Keyword handler:

   linguist.swing.keyword.SKTextpanel.class

Runtime handler(s):

   linguist.swing.handler.SHTextPanel.class

Function:

Declares a textpanel variable or an array of textpanels. These are special components that hold text to which various styles can be applied.

Example(s):

   textpanel MainPanel
   textpanel Panels 8


Back Previous Next