setTitle("Export WGA Plugin");
setDescription("The plugin '"+ model.getPluginUniqueName()+"' will be exported to the following server(s)" );
}
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
GridLayout layout = new GridLayout();
layout.numColumns = 1;
composite.setLayout(layout);
Color bg = getShell().getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
GridData tblLayoutData = new GridData(SWT.FILL, SWT.FILL, true, true);