DOM.setStyleAttribute(dialogBox.getElement(), "backgroundColor",
"#ABCDEF");
System.err.print(text);
text = text.replaceAll(" ", " ");
dialogBox.setHTML("<pre>" + text + "</pre>");
dialogBox.center();
}
});
// Use a deferred command so that the UncaughtExceptionHandler catches
// exceptions thrown in onModuleLoad2()