Sound
Theory
AudioClip
interface of the applet package
Sound API in Java 1.4
Practice
Getting and playing sounds
where to find sounds
Images
Theory
Image
class
Icon
interface (Swing)
ImageIcon
class (Swing)
Practice - Getting Images
Image archives
Draw image with PhotoShop, MacPaint, etc.
Scan an image (photograph, magazine, etc.)
Get image from a web page (right click on the image)
Loading Images
Practice - Displaying Images
drawImage() method of the
Graphics
class
Putting an Image in a Canvas
Making a custom Icon
Animation
Theory
AWT
Swing
Threads
Practice - Animation (images)
Waving Duke
Fish
Tumble Duke
(Swing)
(source)
(SwingWorker source)
space ship demo
(AWT)
space ship demo
(Swing)
label space ship demo
(Swing)
Practice - Animation (drawing)
Color Swirl
NervousText
Timer Clock
(Swing)
Checker v1.0
Checker v1.1
Checker v1.2
Practice - Animation (event driven)
Rubber-banding
FollowMe
Pong