EVALUATION
I submitted it, I'll fix it :)
###@###.### 2003-09-19
The printing mode integer constants have been replaced with a typesafe enum.
The print() methds have been improved significantly. Printing will now be driven from another thread (although still calling into the EDT for each page). This allows the EDT to remain responsive and process repaints.
While printing is ongoing, a modal dialog will be displayed to prevent user modification of the table, provide status about the printing progress, and allow the user to abort the printing.
###@###.### 2003-10-08
I have recently decided that showing this status dialog will be controlled by a new "interactive" parameter in the main print() method. The convenience methods will print interactively by default.
###@###.### 2003-10-10
An attempt to verify printing in headless mode failed. Two bugs have been filed on this: 4936074 and 4936867.
###@###.### 2003-10-14
|