*/
@Override
protected void configureShell(Shell shell) {
super.configureShell(shell);
IAnnotator annotator = pageFrame.getFrameAnnotation();
if ( annotator != null) {
String s = annotator.getAnnotation();
if( s != null )
shell.setText("Printing " + s + "...");
}
}