Winter applet

Free version 1.0

by Tatiana Konstantinova , 2001  lunya@hotmail.com

Simple winter applet that demonstrates snow effect above back image.

 

Examples of HTML

  If you'd like to use this applet on your site then you have to upload "winter.class","Coords.class" and "Snow.class" files to your site. Then just copy and paste code example to your html page. Don't forget to change "codebase" parameter to link your site address.Also you have to change "image" parameter to point your image, or just copy "winter.jpg" to the same directory with applet.

<applet code="winter.class"   codebase="http://www.mysite.com/applet_dir/" name="winter" width="237" height="249">

<param name="image" value="winter.jpg">

</applet>

Parameters

 

Parameter Example of value Description
image backpic.gif Name of background image in GIF or JPG format.

 

© Tatiana Konstantinova, 2001