Ok, here are two resources I found on printing in Java.
The first is a multi-step tutorial on printing in Java.
http://www.javaworld.com/javaworld/j...020-print.html
The second is a page from Sun about advanced printing. It includes printing in multiple pages and if your data is larger than one page.
http://java.sun.com/developer/online.../advprint.html
I hope these are somewhat helpful to you. If I find more info, I'll let you know.