Package com.lamatek.swingextras

Class Summary
JFontChooser A simple FontChooser dialog that implements similar functionality to the JFileChooser, JOptionPane and JColorChooser components provided with Swing. Upon initialization, the JFontChooser polls the system for all available fonts, initializes the various JList components to the values of the default font and provides a preview of the font.
JFontPreviewPanel A simple panel that renders a font preview for JFontChooser component.