This directory contains the applets from Chapter 2 (Fundamental Applets) of Instant Java. There are 10 applets in this directory: ========================================================================== BasicTxt: Displays a string of characters BasicImg: Display an image and a string of characters Audio: Plays an audio file when the page is visited AudioBut: Plays an audio file when the button is pressed AudioTxt: Plays an audio file when the pointer enters the text AudImgTx: Plays an audio file when the pointer enters the image or text URLBut: Loads the specified URL when the button is pressed URAuImTx: Loads a URL, plays an audio file in image or text URAITBG: Loads a URL, plays an audio file in text or image with background image ImageMap: Loads a URL, plays an audio file in text or image with background image and image maps ========================================================================== This directory contains one or two HTML files for each applet. The names of the HTML files indicate with which applet they belong. Below is a complete list: BasicTxt: BasicTxt.html BasicTxt2.html BasicImg: BasicImg.html BasicImg2.html Audio: Audio.html AudioBut: AudioBut.html AudioBut2.html AudioTxt: AudioTxt.html AudioTxt2.html AudImgTx: AudImgTx.html AudImgTx2.html URLBut: URLBut.html URLBut2.html URAuImTx: URAuImTx.html URAuImTx2.html URAITBG: URAITBG.html URAITBG2.html ImageMap: ImageMap.html ImageMap2.html ========================================================================== This directory also contains a UNIX Makefile for building the applets.