FitResourceSelectionDialog dialog = new FitResourceSelectionDialog(
window.getShell(), true);
dialog.setListLabelProvider(new FitResourceLabelProvider());
dialog.setTitle("Open FitNesse");
int returnCode = dialog.open();
if (returnCode != FitResourceSelectionDialog.OK) {
return null;
}