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

Clock

Widget
     ->Clock

Description

A Non-Swing clock widget rendered on a JPanel.

Attributes

textcolor
    Sets the text color of the clock.
    Default Value: black

size
    Specifies the font size of the clock text.
    Default Value: 18

backgroundcolor
    Sets the background color of the clock.
    Default Value: white

seconds
    Specifies whether or not to include the seconds on the clock.
    Default Value: false