butNewProfile.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, false, false));
butNewProfile.setText("New Profile");
//txtPort.setText(currProfile.get("port") != null ? currProfile.get("port").toString() : "");
final Button butRemove = new Button(schedulerGroup, SWT.NONE);
butRemove.addSelectionListener(new SelectionAdapter() {
public void widgetSelected(final SelectionEvent e) {
listener.removeProfile(cboConnectname.getText());
if(cboConnectname.getItemCount() > 0)
cboConnectname.select(0);
initForm();