// property view
openBrowserInEditor(event);
}
});
} catch (SWTError e) {
FindbugsPlugin plugin = FindbugsPlugin.getDefault();
plugin.logException(new RuntimeException(e.getMessage(), e),
"Could not create org.eclipse.swt.widgets.Composite.Browser");
}
}