*/
public void configureEditor(net.suberic.util.gui.propedit.PropertyEditorManager newManager, String propertyName) {
property = propertyName;
manager = newManager;
fsp = new FolderSelectorPane();
fsp.configureEditor(propertyName + ".targetFolder", manager);
SpringLayout layout = new SpringLayout();
this.setLayout(layout);