java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.helper_classes.FontChooser
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class FontChooser
extends JDialog
implements ActionListener
See Also:
Serialized Form
  • Constructor Details

    • FontChooser

      public FontChooser​(Frame parent, Font initFont, Color initColor)
  • Method Details

    • actionPerformed

      public void actionPerformed​(ActionEvent ae)
      Specified by:
      actionPerformed in interface ActionListener
    • getNewFont

      public Font getNewFont()
    • getNewColor

      public Color getNewColor()
    • getAttributes

      public AttributeSet getAttributes()
    • closeAndSave

      public void closeAndSave()
    • closeAndCancel

      public void closeAndCancel()
    • showFontChooser

      public static FontChooser showFontChooser​(Displayable disp)