The unregistered version supports up to three rotated images while the registered version supports up to six. |
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=500> <applet code="Janim3.class" archive="Janim.jar" width=500 height=350> <param name="image" value="lake64.jpg"> <param name="image1" value="lake64a.jpg"> <param name="image2" value="lake64b.jpg"> </applet></td></tr></table> </center> Parameters image, image1 and image2 are to be rotated creating an animated effect. Parameter "rotation" determines the length of time in applet cycles each image is displayed before switching to the other. The applet default rotation of 4 is used in this presentation. 10 is the maximum for "rotation" (slow rotation)). 1 is the minimum (fast rotation). If the default value for a parameter is acceptable, the parameter entry is not needed. |