Class ConfigWindow

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

public class ConfigWindow extends JDialog
Window for high-level editing of the application's configuration file.
Author:
Gary McGath
See Also:
  • Constructor Details

    • ConfigWindow

      public ConfigWindow(JFrame parent, File configFile, ConfigHandler handler)
      Constructor.
      Parameters:
      configFile - The file which was opened for configuration information, or null to start with a clean slate.
      handler - A ConfigHandler which has already processed the configuration file, or null if configFile is null.