Version 2.1 — © 1996-2003 Christian Cohnen — Example 2
Image background with ships on the surface
2 ships, 25 raindrops per 10 sec
<applet archive="Water.jar"
code="Water.class" width="150" height="100">
<param name="link" value="https://www.chriscohnen.de">
<param name="ships" value="2">
<param name="image" value="test.jpg">
<param name="raindrops" value="25">
<param name="color" value="#FF00F0">
</applet>