Class ATKFontChooser

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, ListSelectionListener, RootPaneContainer, WindowConstants

public class ATKFontChooser extends JDialog implements ActionListener, ListSelectionListener, ChangeListener
A font chooser dialog box.
  Font defFont = new Font("Dialog", Font.BOLD, 12);
  Font newFont = ATKFontChooser.getNewFont(this,"Choose font",defFont);
  if (newFont != null) {
     ....
  }
 
See Also: