Uses of Class
com.connectina.swing.fontchooser.JFontChooser

Uses of JFontChooser in com.connectina.swing.fontchooser
 

Methods in com.connectina.swing.fontchooser with parameters of type JFontChooser
static JDialog JFontChooser.createDialog(Window parent, boolean modal, JFontChooser chooserPane, ActionListener okListener)
          Creates and returns a new dialog containing the specified FontChooser pane along with "OK" and "Cancel" buttons.
static Font JFontChooser.showDialog(Window parent, JFontChooser fontChooser, Font initialFont)
          Shows a modal FontChooser dialog and blocks until the dialog is hidden.