return to Java main page
TEXTANIMATOR APPLET
A configurable applet

IMPORTANT !!
These applets will only display in Explorer 4.0 (or higher)  and Netscape Communicator.
Netscape Communicator users need a patch to view my Java programs:
NETSCAPES DOWNLOAD-PAGE  
.
note! clicking the applet will send you back to Java main page
.
.
.
Download this applet - source code, compiled code and documentation

DESCRIPTION:
.
This applet reacts to mouse action. When you move the mouse over it, it changes its
background color and displays a text in the status line. When you click it, the applet opens a
URL address and changes the text in the status line.
.
The applet allows you to change its appearance in the applet parameters ( in the HTML code).
You can change :  
  • the text,
  • the speed of the animation,
  • font size,
  • font style,
  • background and text colors,
  • the text to be displayed in the status line,
  • the URL address that it opens when you click on it.
.
For more information download the applet and read the readme file.

return to Java main page