}
protected Control createDialogArea(Composite parent) {
composite = (Composite) super.createDialogArea(parent);
suportComposite = new SuportComposite(composite, SWT.NONE);
GridData gridData = new GridData(GridData.FILL_BOTH);
gridData.widthHint = 200;
suportComposite.setLayoutData(gridData);