EleMisc EletestDemo Documentation

Elephant Head Demo; Using Elehead class applet

105x75
These applets can be used like any other image.
Just download ele.exe and extract ele.jar to your desired location;
210x150
Insert the proper code in your web page and draw as many elephant heads as you want!!
53x38
The code to insert is:
<applet code=Elehead.class
archive="ele.jar"
width=53 height=38>
<param name="appwidth" value="53">
<param name="appheight" value="38">
</applet>
300x75
Make sure that the width and height of the applet match the appwidth and appheight values.
500x357
Take a look at EletestDemo.html for another Ele class demo. For more info on the use of Elehead and Ele class look at the documentation.
Enjoy!!