Group existingAccountColumnGroup = new Group(composite, SWT.NONE);
existingAccountColumnGroup.setLayout(new GridLayout(2, false));
existingAccountColumnGroup
.setText(Messages.EnterXMPPAccountWizardPage_existing_account);
this.enterXMPPAccountComposite = new EnterXMPPAccountComposite(
existingAccountColumnGroup, SWT.NONE);
GridData gridData2 = new GridData(SWT.CENTER, SWT.CENTER, true, true);
gridData2.verticalIndent = 23;
gridData2.minimumWidth = 350;
this.enterXMPPAccountComposite.setLayoutData(gridData2);