Vertically scrolling text file
Click inside the scrolling area to stop/restart
the scrolling text
Structure of this applet:
Structure | Mandatory/Optional | Parameter type | Remark |
<applet code="ScrollVertFin4.class" width="xxx" height="xxx"> | - | - | - |
<param name="author" value="Benoit Fils RAZAFIMBAHOAKA"> | Mandatory & Constant | String | Autor's Name |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the background color |
<param name="background_r" value="xxx"> | Optional | Integer (0-255) | Red component of the background color |
<param name="background_g" value="xxx"> | Optional | Integer (0-255) | Green component of the background color |
<param name="foreground_g" value="xxx"> | Optional | Integer (0-255) | Green component of the foreground color |
<param name="foreground_r" value="xxx"> | Optional | Integer (0-255) | Red component of the foreground color |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the foreground color |
<param name="backImage" value="xxx"> | Optional | String | Name of the background image |
<param name="fontSize" value="xxx"> | Optional | Integer | Implicit font size |
<param name="height" value="xxx"> | Optional | Integer | Height |
<param name="txt" value="xxx"> | Mandatory | String | Name of the text to be scrolled |
<param name="width" value="xxx"> | Optional | Integer | Width |
<param name="foreImage" value="xxx"> | Optional | String | Name of the foreground image |
<param name="maxLines" value="xxx"> | Optional | Integer | Max. allowed number of lines |
</applet> | - | - | - |
Other files to be put in the current directory | |||
textScrVert4.txt {the text file to be
scrolled - you can change but must be the same as the
value set to the parameter "txt"} mada.gif {the background image - you can change but must be the same as the value set to the parameter "backImage"} airmad.gif {the foreground image - you can change but must be the same as the value set to the parameter "foreImage"} ScrollVertFin4.class |
This page is managed by Benoit Fils Razafimbahoaka