Hello,
Using awt.print.PrinterJob.pageDialog() from a JInternalFrame is problematic in two ways:
1. When pressing ESC to close the pageDialog, the keypress is not consumed by it, and is caught by my application, which thinks that it needs to close the window that was currently open (when the...