I have a thick java report viewer that I would like to print from programmatically. I tried using ReportViewerBean.printView(), which works, but I would rather not get the Windows printer popup and print directly to the default printer.
Can this be done?