E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

Label

Widget
     ->Label

Description

A simple text label implementing Java's JLabel.

Attributes

horizontalalignment
    Specifies the horizontal alignment of the label.
    Default Value: -1

verticalalignment
    Specifies the vertical alignment of the label.
    Default Value: -1

text
    Specifies the text of the label.
    Default Value: null