Version 2.1 — © 1996-2003 Christian Cohnen — Example 1
Simple water demo with blue background
Standard raindrop rate
<applet archive="Water.jar"
code="Water.class" width="100" height="100">
<param name="link" value="https://www.chriscohnen.de">
<param name="fps">
<param name="color" value="#0000AF">
</applet>
<canvas id="game" width="100" height="100"></canvas>
<script>var WATER_CFG = { color: "#0000AF", link: "https://www.chriscohnen.de" };</script>
<script src="water.min.js"></script>