Name : Text.class

Param :
	- text : the text of the applet. default("MooMooN Applet").
	- bgcolor : the background color. default("000000").
	- fgcolor : the start foreground color. default("FFFFFF").
	- refresh : frequence in seconds of refreshing. default("100").
	- xmvt : X axis amplitud. default("15").
	- ymvt : Y axis amplitud. default("15").
	- size : the size of the font. default("12").
	-image : image of the background. if no image or image not in same directory we have some bugs, we will correct quickly.
	

Ex :

<APPLET codebase ="../applets" code="Text.class" width="400" height="80">
<PARAM NAME=text value="MooMooN Home">
<PARAM NAME=bgcolor value="000000">
<PARAM NAME=fgcolor value="AA33FFF">
<PARAM NAME=refresh value="100">
<PARAM NAME=xmvt value="15">
<PARAM NAME=ymvt value="15">
<PARAM NAME=size value="48">
<PARAM NAME=image value="Text.gif">
</APPLET>