Class FBDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
AnalyzingDialog, NewFilterFrame, NewFilterFromBug, NewProjectWizard, PreferencesFrame, PropertiesDialog, SorterDialog

public class FBDialog extends JDialog
All Dialogs are FBDialogs so font size will work.
Author:
Kristin
See Also:
  • Constructor Details

    • FBDialog

      public FBDialog()
    • FBDialog

      public FBDialog(Frame f)
    • FBDialog

      public FBDialog(Dialog d)
  • Method Details

    • setFontSize

      protected void setFontSize(float size)
      Sets size of font
      Parameters:
      size -
    • setFontSizeHelper

      protected void setFontSizeHelper(Component[] comps, float size)
    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class Dialog