| org.jfree.ui.StandardDialog org.jfree.ui.FontChooserDialog
FontChooserDialog | public class FontChooserDialog extends StandardDialog (Code) | | A dialog for choosing a font from the available system fonts.
author: David Gilbert |
FontChooserDialog | public FontChooserDialog(Dialog owner, String title, boolean modal, Font font)(Code) | | Standard constructor - builds a font chooser dialog owned by another dialog.
Parameters: owner - the dialog that 'owns' this dialog. Parameters: title - the title for the dialog. Parameters: modal - a boolean that indicates whether or not the dialog is modal. Parameters: font - the initial font displayed. |
FontChooserDialog | public FontChooserDialog(Frame owner, String title, boolean modal, Font font)(Code) | | Standard constructor - builds a font chooser dialog owned by a frame.
Parameters: owner - the frame that 'owns' this dialog. Parameters: title - the title for the dialog. Parameters: modal - a boolean that indicates whether or not the dialog is modal. Parameters: font - the initial font displayed. |
getSelectedFont | public Font getSelectedFont()(Code) | | Returns the selected font.
the font. |
|
|