Example Applet -- Alignment is ABSMIDDLE
Here is an applet. It has two parameters -- speed and message. Its alignment is ABSMIDDLE.
Here is an applet. It has two parameters -- speed and message. Its alignment is ABSMIDDLE.
Example Applet -- Alignment is RIGHT
Here is an another instance of the same applet, but it has a different speed and a different message. Its alignment is RIGHT.
Here is an another instance of the same applet, but it has a different speed and a different message. Its alignment is RIGHT.
The Java source for the applet.