ImageAudio.java 
When you pass your mouse over the applet, you'll see a highlighted area and hear an audio clip. Click on the image and you'll be taken to a Web page (the URL specified in the parameters). Source is included, making this a great tool for learning Java.
Usage: Download the ImageAudio.class, cheeta1.gif and raahh.au, place them in the same directory.
Java Source: ImageAudio.java
HTML Source:
<applet code="ImageAudio.class" width=140 height=60>
<param name=image value="cheeta1.gif">
<param name=audio value="raahh.au">
<param name=X value="107">
<param name=Y value="8">
<param name=w value="22">
<param name=h value="22">
<param name=color value="16711680">
<param name=url value="http://javaboutique.internet.com/">
</applet>
Author: Kathiawadi Geetha
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|