Box reposBox = Box.createVerticalBox();
reposBox.add(reposLabel);
reposBox.add(this.reposButton);
this.prefsEditor = new PrefsConfigFrame(this.Prefs);
this.prefsEditor.setVisible(false);
this.prefsEditor.setSelectListener(new PrefsListener());
this.prefsEditor.setCloseListener(new PrefsListener());