| Name
| Type
| Description
| Default
|
| text
| string
| text to be displayed; use | for line breaks
| CrazyText
|
| delay
| int
| milliseconds between updates
| 100
|
| delta
| int
| craziness factor; max pixel offset
| 5
|
| hgap
| int
| horizontal spacing between chars
| 0
|
| vgap
| int
| vertical spacing between lines
| 0
|
| hspace
| int
| extra horizontal spacing between text and border
| 0
|
| vspace
| int
| extra vertical spacing between text and border
| 0
|
| clear
| boolean
| clear background on update
| false
|
| cycle
| string
| color changes: whole|line|char|none
| whole
|
| fgcolor
| #rrggbb
| foreground color
| black
|
| bgcolor
| #rrggbb
| background color
| lightGray
|
| bgcolor2
| #rrggbb
| second color for background gradient fill
| none
|
| bgGradient
| vertical|horizontal
| direction of background gradient fill
| vertical
|
| bgImage
| URL
| image with which to tile background
| none
|
| borderSize
| int
| thickness of border, excluding depth lines
| 0
|
| borderOuter
| int
| outer depth of border
| 0
|
| borderInner
| int
| inner depth of border
| 0
|
| borderRaised
| boolean
| border should appear raised
| true
|
| borderColor
| #rrggbb
| border color
| lightGray
|
| shadowDepth
| int
| depth of text shadow
| 0
|
| shadowColor
| #rrggbb
| color of text shadow
| gray
|
| fontName
| string
| font name
| TimesRoman
|
| fontSize
| int
| font size
| 36
|
| fontBold
| boolean
| font should be bold
| true
|
| fontItalic
| boolean
| font should be italic
| false
|
| url
| URL
| place to go when clicked;
use none for none
| CrazyText home page
|
| message
| string
| shown in status area when pointer enters;
use $url to show URL
| CrazyText info
|
| resizeMin
| boolean
| resize applet to minimum size
| false
|
| debug
| boolean
| output debugging information to console
| false
|