this.Config = new pHtoolsConfig();
this.Config.initialize();
this.Prefs = new pHtoolsPrefs();
this.Prefs.initialize();
this.PrintPrefs = new DefaultPrintJobPrefs();
this.PrintPrefs.initialize();
this.reposEditor = new ReposConfigFrame(this.Config);
this.reposEditor.setVisible(false);