Benoit's Type writer simulator
Click inside the area to stop/restart the writing
process
Structure of this applet:
Structure | Mandatory/Optional | Parameter type | Remark |
<applet code="TypeW1.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="fontSize" value="xxx"> | Optional | Integer | Default font size |
<param name="maxLines" value="xxx"> | Optional | Integer | Max. allowed number of lines |
<param name="height" value="xxx"> | Optional | Integer | Height |
<param name="txt" value="xxx"> | Mandatory | Stringe | Name of the text to be typed |
<param name="width" value="xxx"> | Optional | Integer | Width |
</applet> | - | - | - |
Other files to be put in the current directory | |||
textTypeW1.txt {the text file to be
typed - you can change but must be the same as the value
given to the parameter "txt"} TypeW1.class |
This page is managed by Benoit Fils Razafimbahoaka