Chapter 8. Java™ Applets - Images and Audio

Table of Contents

Introduction
Displaying Graphics in Applets
Overview
An Image Display Example
Playing Audio Clips
Overview
A Sound Playing Example Applet
Using the Mouse in Applets
Overview
A Mouse Event Example
An Exercise for You. Images, Sound and Mouse!

Introduction

At this stage you have seen the basic operation of a Java Applet in Chapter 7, Java™ Applets - An Introduction. There are many operations that can be performed using Java Applets. This tutorial will examine some aspects of Java Applets when dealing with Images and Audio.