quickLocalInstallButton = toolkit.createButton(composite, "Install bundles directly from the filesystem",
SWT.RADIO);
data = new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1);
quickLocalInstallButton.setLayoutData(data);
actionArea = toolkit.createComposite(composite);
RowLayout actionAreaLayout = new RowLayout();
actionAreaLayout.center = true;
actionArea.setLayout(actionAreaLayout);
supportBundleVersionLabel = toolkit.createLabel(actionArea, "");