org.jfree.ui
Class FontChooserDialog
- ActionListener
A dialog for choosing a font from the available system fonts.
FontChooserDialog(Dialog owner, String title, boolean modal, Font font)- Standard constructor - builds a font chooser dialog owned by another dialog.
|
FontChooserDialog(Frame owner, String title, boolean modal, Font font)- Standard constructor - builds a font chooser dialog owned by a frame.
|
FontChooserDialog
public FontChooserDialog(Dialog owner,
String title,
boolean modal,
Font font) Standard constructor - builds a font chooser dialog owned by another dialog.
owner - the dialog that 'owns' this dialog.title - the title for the dialog.modal - a boolean that indicates whether or not the dialog is modal.font - the initial font displayed.
FontChooserDialog
public FontChooserDialog(Frame owner,
String title,
boolean modal,
Font font) Standard constructor - builds a font chooser dialog owned by a frame.
owner - the frame that 'owns' this dialog.title - the title for the dialog.modal - a boolean that indicates whether or not the dialog is modal.font - the initial font displayed.