Label jidLabel = new Label(this, SWT.NONE);
jidLabel.setText("XMPP/Jabber ID");
Combo jidCombo = new Combo(this, SWT.BORDER);
jidCombo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
this.jidCombo = new JIDCombo(jidCombo);
/*
* Row 2: Password
*/
Label passwordLabel = new Label(this, SWT.NONE);