The PARAMETERS for the User applet are as follows:
The User Applet is used on your Web page as follows:
<APPLET CODE="User.class" width=300 height=25>
<PARAM NAME="text" VALUE="How's it going,">
<PARAM NAME="bgColor" VALUE="#000000">
<PARAM NAME="fgColor" VALUE="#FFFFFF">
</APPLET>