Class PrefsWindow

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

public class PrefsWindow extends JDialog
Window for setting preferences for the Jhove viewer.
Author:
Gary McGath
See Also:
  • Constructor Details

    • PrefsWindow

      public PrefsWindow(JhoveWindow owner)
      Constructor.
  • Method Details

    • saveAndShow

      public void saveAndShow()
      This is called when the window is made visible. (For efficiency, it is hidden rather than being disposed when the user clicks OK or cancel.) The state of the dialog is saved, then it is made visible. If the user clicks Cancel, the state of the dialog will be restored.