Home | Java Menu | Java Applets | Java Tips | E-mail Us
Java Applets
Date and time
Image animation
Window status message on mouse over images
Using the <PARAM> tag to collect user arguments
Graphical User Interface (GUI) - buttons, labels, checkboxes, and text areas
Multimedia using sound
Multimedia using image
Application and Applet combined
Running threads
Multimedia using image

Using the MediaTracker object to completely load the image before displaying it.

View Java Applet Source

This applet is using the following <APPLET> HTML tag to pass one parameter:

<APPLET CODE="MultimediaImage.class" WIDTH="410" HEIGHT="274">
    <PARAM NAME="IMAGE" VALUE="gooddog.jpg">
</APPLET>

Home | Java Menu | Java Applets | Java Tips | Legal
© 1999-2003 Complete e Solutions, Inc.