Group settingsGroup = new Group(composite, SWT.NONE);
settingsGroup.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
settingsGroup.setLayout(new GridLayout());
settingsGroup.setText("Global settings");
settingsPathText = new SettingsPathText(settingsGroup, SWT.NONE);
settingsPathText.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
Group retrieveGroup = new Group(composite, SWT.NONE);
retrieveGroup.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false));
retrieveGroup.setLayout(new GridLayout());