This class creates a font dialog. This dialog allows the user to view a list of every font installed on their system and then select the one they want. The font, size and style can be specified by the user. A sample line of text is displayed using the currently selected font, allowing the user to view a preview of the font.
Surprisingly Swing has no font chooser and using the original JFileChooser to select a directory is kind of not so user friendly...well, you know how it works. JFontChooser and JDirectoryChooser address these two issues.
Very simple API Fully translatable with a set of languages already provided (see translations) Shows all fonts available to Java Shows a preview of the selected font FontChooser is a widget with an API for embedded as well as standalone dialog usage