Throwable throwable)
{
WebBrowserException ex = (WebBrowserException) throwable;
if (ex != null)
{
WebBrowserErrorDialog dlg = new WebBrowserErrorDialog(
Utilities.getFrame(GenericMenuBar.this), ex);
Utilities.centerGoldenMean(dlg,
Utilities.getParentDialog(GenericMenuBar.this));
dlg.setModal(true);
dlg.packAndShow();
}
}
};
worker.startBackgroundTask();
}