contents.forgetPage();
}
// If user cancelled, tell the rest of the world.
if (statusDialog.isCancelled()) {
throw new UserCancellationException();
}
statusDialog.update(I18N.get("SwingPrintBook.printing_page")
+ ' ' + (pageIndex + 1) + ' '
+ I18N.get("SwingPrintBook.of") + ' '
+ getNumberOfPages());