 |
Java Applets can be embedded directly into
a web page to add all kinds of special effects .... |
 |
Imbed the Java file reference into your source code with the <APPLET> tag, set the width and height requirements and set the parameters.
<APPLET CODE=yourfilename.class WIDTH=250 HEIGHT=250>
<PARAM NAME=image VALUE="imagename.gif">
</APPLET>
|
 |
There are many web sites where you can find free Java applets, some are listed on our "portal"page.
|