// form.addVerticalSpacer();
projectDescriptionTextBox = new TextArea();
projectDescriptionTextBox.setVisibleLines(3);
projectDescriptionTextBox.setCharacterWidth(60);
form.addWidget(PROJECT_DESCRIPTION_FIELD_NAME, projectDescriptionTextBox);
form.addVerticalSpacer();
// BioPortalConfigurationManager manager = BioPortalConfigurationManager.getManager();
// bioPortalRestBaseTextBox = form.addTextBox("BioPortal Rest API Base", "The URL of the BioPortal Rest API Service", manager.getRestBase());