Applet Name: KamScroll
Applet Source: KzmScroll.java
Import(s): java.awt, java.applet, java.net, java.lang, java.io
Feature(s): text
Author: Alessandro Garbagnati
Usage Guide:
This applet was created basing on the c|net scrolling text applet. I
needed something like that for my provider so I wrote this applet.
KzmScroll put a message on the screen, in a colored rectangle
and let into it a message moving from right to left.
PARAMETERS
- Font: (String, default=Arial)
This is the name of the font. The only restriction is that it must
be written excactly as the system need (normally with the first letter
capitalized). NOT WELL TESTED, SORRY !
- FontSize: (Int, default=12)
The size of the font.
- FontBold: (0/1, default=1)
If this value is 0, the font is bold, if it is 1 the font is bold.
- Rectangle: (X Y WIDTH HEIGHT, default=applet dimension)
This is the dimension of the scrollable area.
- Shift: (Int, default=5)
Is the shifting of the message.
- Delay: (Int, default=50)
Is the delay between every shift.
- Rect_Color: (R G B, default=0 0 0)
The color of the scrollable area, the rectangle.
- Text_Color: (R G B, default=255 255 255)
The color of the message.
- Message: (String, default=my name)
This is the text of the message.