startupMessage = new Text(rightPane, SWT.WRAP);
startupMessage.setText(JExerciseViewHelpString);
try {
exerciseDetailsView = new Browser(rightPane, styles);
} catch (Throwable t) {
manager.log("Could not instantiate Browser control", IStatus.ERROR, t);
}
IWorkbenchHelpSystem help = PlatformUI.getWorkbench().getHelpSystem();
String helpContext = JexUiPlugin.getPlugin().getBundle().getSymbolicName() + ".ExerciseView";
help.setHelp(sash, helpContext);
help.setHelp(exerciseViewer.getControl(), helpContext);