public Main(final Configuration config, final boolean exitOnClose, final Properties startupProps) throws ExportException, ConfigurationException {
this.config = config;
progressPanel = new ProgressPanel(config);
glassPaneComponent = new GlassPaneContainer(progressPanel);
String lastArtifactName = startupProps.getProperty(Constants.LAST_ARTIFACT);
if(lastArtifactName!=null)
lastArtifact = lastArtifactName;
String lastDirName = startupProps.getProperty(Constants.LAST_DIRECTORY);
if(lastDirName!=null)