Class JaxoPrefsPanel

All Implemented Interfaces:
ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public final class JaxoPrefsPanel extends JDialog implements ItemListener
Responsible for editing user preferences.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoPrefsPanel

      public JaxoPrefsPanel(Frame owner)
      Creates a new JaxoPrefsPanel dialog which is always modal.
      Parameters:
      owner - the Frame from which the dialog is displayed.
  • Method Details

    • getSystemFonts

      public static List<String> getSystemFonts()
      The available system fonts as an immutable List of Strings.
      Returns:
      The available system fonts.
    • setFromPrefs

      public void setFromPrefs()
      Set shown values from preferences.
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Currently handles color space changes and grid type changes.
      Specified by:
      itemStateChanged in interface ItemListener
      Parameters:
      e - the ItemEvent.