ISCUpScroll
Please visit my homepage at http://www2.cybernex.net/~jayt/
for the latest update. Many other interesting JAVA applets are also available
for download.
If you find any bug or you have any comment or suggestion
about my works, please feel free to e-mail me at jay.tze@iscomplete.com.
Applet Actions:
- Mouse Enter: Applet suspends.
- Mouse Exit: Applet resumes.
- Mouse Drag: Move text up or down.
- Mouse Click: Link to other pages.
Applet Parameters:
- DELAY: Text moving speed. Default is 100ms.
- STEP: Text moving distance. Default is 5.
- PAUSE: Time delay between frames. Default is 1 second.
- SCROLLBAR: Show scrollbar on the right side of the
applet. Default is FALSE
- BACK_COLOR: Background color from 000000 to FFFFFF,
Default color is WHITE.
- LINK_COLOR: Link text color from 000000 to FFFFFF,
Default color is RED.
- FRAME_NAME: Name of the frame which the linked page
will be displayed.
- BACK_IMAGE: Background image of this applet. Using
the same background image is strongly recommended.
It will give this applet a transparent look. Image file has to be in the
same directory with the .CLASS file.
- DELIMITER: Separates the variables in the TEXT** parameters.
- TEXT**: Texts you want to display. The first * indicates
the page number starting from 0. The second * indicates the line number
in the page also starting from 0. The correct parameter format should be
like this: "text|color|alignment|font_size". The default color
is BLACK (000000). The default alignment is CENTER, available options:
LEFT, CENTER, RIGHT. The default font size is 12. You
don't have to specify color, alignment, and font size for every line of
text. It will inherit them from the previous line (color and alignment)
or the default value (font size). However, if you want to change one of
the parameter, you do have to specify all the preceding parameter(s) even
some of them are the same as the previous line and you do not have to specify
any of the parameter that follows.
PS. Between BACK_IMAGE and BACK_COLOR,
only one choice is needed. BACK_COLOR is the default choice. If picked
both, BACK_IMAGE will override the BACK_COLOR option. LINK_COLOR will override
TEXT_COLOR.