Description
This is a Java® applet based on Daniel Wyszynski's NervousText applet,
which was included as a demo in release 1.0 beta1 of the Java Developers Kit.
Differences between CrazyText and NervousText:
- CrazyText is very customizable, with parameters to control font, colors,
spacing, border, etc. See the Parameters and
Examples tables.
- The real guts of CrazyText have been split out into a separate class
called CrazyLabel, which can be used as a component in any container.
- NervousText isn't smart about its use of a proportional font. It spaces
all of the characters evenly. To demonstrate, try giving it a string
like "lllllllllllllmmmmmmmmmmmmmm". The m's get scrunched
together, the l's are too far apart. CrazyText fixes this.