Snow applet

manual page

by Miroslava Lalic Krunic and Miodrag Krunic

 


Full description of all features of Snow applet

- parameters with this sign are mandatory - applet won't work without them

Basic configuration - which image to display

The only parameter that is necessary for applet to work is the file-name of your image.

<applet width="300" height="200" code="Snow.class">
<param name=Image value=myimage.jpg>
</applet>

If the image isn't in the same folder as .html file

If the .class file isn't in the same folder as .html file

Configuring the applet look

<applet width="150" height="100" code="Snow.class">
<param name=Image value=myimage.jpg>
</applet>

Snow density

<applet width="150" height="100" code="Snow.class">
<param name=Image value=myimage.jpg>

<param name=Density value=2>
</applet>

Snow size

<applet width="150" height="100" code="Snow.class">
<param name=Image value=myimage.jpg>

<param name=Size value=5>
</applet>

Snow speed

<applet width="150" height="100" code="Snow.class">
<param name=Image value=myimage.jpg>

<param name=Speed value=1>
</applet>

Wind speed and direction

<applet width="150" height="100" code="Snow.class">
<param name=Image value=myimage.jpg>

<param name=Wind value=-2>
</applet>

Snow colour

StatusText

Click