JAVA : Sound
This trail shows you how to use the Java Sound engine
in JDK 1.2 to play audio data from both applications and applets. Java Sound
enables you to play many types of audio clips, including AIFF, AU, WAV, MIDI,
and RMF files.
Overview describes the features provided by the Java Sound engine and how it is integrated with JDK 1.2 and the other Java Media technologies.
Playing Sounds shows you how you can play consistent, reliable, high-quality audio from your Java programs.
Solving
Common Sound Problems
gives solutions (and sample code) to questions
that may arise when incorporating sound in your applets
Working
with Text and Fonts
shows you how to use a Font object to create a font with desired attributes, and
to derive a new font by changing the attributes, determine the names of the
fonts that are available on your system and position text within a component.
Manipulating
and Displaying Images
his lesson explains how to implement double buffering and how to perform
image-filter operations with BufferedImage objects.
Printing
teaches you how to render 2D graphics to a printer and how to print complex
documents.
Solving
Common 2D Graphics Problems
gives the solutions to
some problems you might encounter when writing 2D applets and applications.