return title;
}
public SimpleForm getForm() {
if (editorForm == null) {
editorForm = new SimpleForm();
editorForm.addSpace(5);
editorForm.appendCheckBox(CLOSE_PROJECTS, "Close all projects on startup", false);
editorForm.appendSeparator();
editorForm.appendCheckBox(ORDER_PROJECTS, "Order Projects alphabetically in tree", false);
editorForm.appendCheckBox(ORDER_SERVICES, "Order Services alphabetically in tree", false);