Class FontChooser

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

class FontChooser extends JDialog implements ActionListener, DocumentListener, ListSelectionListener
A font chooser dialog
Since:
2.6
  • Field Details

  • Constructor Details

    • FontChooser

      FontChooser(Frame owner, boolean modal)
      Creates a new font chooser dialog
      Parameters:
      owner - the Frame from which the dialog is displayed
      modal - specifies whether dialog blocks user input to other top-level windows when shown.
  • Method Details