chooseFont(JFrame parent, Font original) Pop up an instance of FontChooser and get a font selection.
Parameters: parent - the parent frame. Parameters: original - the original font.
Pop up an instance of FontChooser and get a font selection.
Parameters: parent - the parent frame. Parameters: original - the original font. This font will be used toset the initial selection in the list, the initial size etc. the new selected Font, null if the user clicks"Cancel".