Sample Applet parameters Please note that Janim Version 3 uses a jar file instead of just the applet. Applet headers should be as shown below with your height and width settings. Measurements of Image used is: Width=Actual measurement. Height=2 x Actual measurement (may be reduced if gray area appears at the bottom of the applet) <center> <table border=2> <tr> <td width=400> <applet code="Janim3.class" archive="Janim.jar" width=500 height=380> <param name="image" value="lake82.jpg"> <param name="Rain" value="1"> //Giving rain parameter a value of 1 activates rain. <param name="intensity" value="220"> <param name="wind" value="-3"> </applet></td></tr></table> </center> Note: Intensity default = 50. Increasing intensity value increases the amount of rainfalling. Negative values for wind result in right to left rain fall. Positive values result in left to right rain fall. |