this.serverText = new Combo(leftColumn, SWT.BORDER);
this.serverText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true,
false));
new Label(leftColumn, SWT.NONE);
PublicXMPPServerComposite publicServers = new PublicXMPPServerComposite(
leftColumn, SWT.BORDER);
publicServers.setLayoutData(LayoutUtils.createFillHGrabGridData());
new Label(leftColumn, SWT.NONE);
SimpleNoteComposite sarosRestriction = new SimpleNoteComposite(
leftColumn, SWT.BORDER, SWT.ICON_WARNING,
Messages.xmpp_saros_restriction);