This directory contains the applets from Chapter 3 (String Applets) of Instant Java. There are 13 applets in this directory: ========================================================================== Text: Displays a string of characters Shadow: Adds a shadow to a string of characters SoftShadow: Adds a soft shadow to a string of characters SmoothText: SmoothTexts a string of characters WaveText: Arranges a string of charcters in a sine wave Depth: Adds 3D depth to a string of characters DepthFade: Adds fading 3D depth to a string of characters DepthShade: Adds a 3D shadow fading toward a string of characters Emboss: Embosses a string of characters on the background Engrave: Engraves a string of characters into the background Stencil: Draws a string of characters using the background MultiColor: Draws a string of characters using different colors MultiText: Draws multiple strings of characters ========================================================================== This directory contains two, three, or four HTML files for each applet. The names of the HTML files indicate with which applet they belong. Below is a complete list: Text: Text.html Text2.html Shadow: Shadow.html Shadow2.html Shadow3.html SoftShadow: SoftShadow.html SoftShadow2.html SmoothText: SmoothText.html SmoothText2.html SmoothText3.html WaveText: WaveText.html WaveText2.html WaveText3.html Depth: Depth.html Depth2.html Depth3.html Depth4.html DepthFade: DepthFade.html DepthFade2.html DepthFade3.html DepthFade4.html DepthShade: DepthShade.html DepthShade2.html DepthShade3.html DepthShade4.html Emboss: Emboss.html Emboss2.html Emboss3.html Emboss4.html Engrave: Engrave.html Engrave2.html Engrave3.html Stencil: Stencil.html Stencil2.html Stencil3.html MultiColor: MultiColor.html MultiColor2.html MultiText: MultiText.html MultiText2.html MultiText3.html ========================================================================== This directory also contains a UNIX Makefile for building the applets.