Class ConfigWindow

    • Constructor Detail

      • 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.