Class FontDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.FontDialog

public class FontDialog extends Dialog
The font dialog to choose the font.
Author:
Christopher Mindus
  • Constructor Details

    • FontDialog

      public FontDialog(Shell parent, GFont font)
      Create the dialog.
  • Method Details

    • open

      public GFont open()
      Open the dialog.
      Returns:
      the result, or null for cancel.