Displays all the fonts available via AWT in Java on the machine. Displays the fonts in a variety of styles, sizes and colours, rendered either with a Canvas or with a TextArea. Font Shower displays the fonts available on *your* machine to *Java*. Other people will have different fonts installed and will see different selections available via Java on their machines. Your browser will see a slightly different set of fonts than Java does. Java has a few extra private fonts, and some browser fonts don't work with Java. The source contains two classes that may be of general use: ColorChooser, an AWT color chooser that works in both hex and decimal letting you select foreground or background colours. You can cannibalise this COmponent for your own programs. The other is a FontArea, which is like a stripped-down TextArea, except it lets you use any Font on it, not just the basic logical fonts the way a real TextArea does. To install, Extract the zip download with WinZip, available from http://www.winzip.com (or similar unzip utility) into any directory you please, often C:\ -- ticking off the "user folder names" option. To run as an application, type: java.exe -jar C:\com\mindprod\fontshowerawt\fontshowerawt.jar adjusting as necessary to account for where the jar file is.