Class OptionsGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionsGui extends JPanel
Class for displaying and manipulating field colors and fonts.
See Also:
  • Field Details

  • Constructor Details

    • OptionsGui

      public OptionsGui(Font font, PropertyChangeListener listener)
      Constructor
      Parameters:
      font - the base font for the fields.
      listener - the listener to be notified when options change.
  • Method Details

    • setBaseFont

      public void setBaseFont(Font font)
    • getBaseFont

      public Font getBaseFont()
    • updateDisplay

      public void updateDisplay()
      Regenerates the fields for the sample text panel.