JTable printing

hii would like to print jtable with header that header contains multi lines and some images.please can you help me.regards.
[151 byte] By [mohamedalia] at [2007-11-27 0:50:39]
# 1

I'm affraid it's a bit of a pain. JTable has methods to return Printables but they make assumptions like the same amount of space on every page but the last, which are often simply not acceptable in real life. You can do stuff like wrap that Printable in one of your own that modifies the printable area on the page data. Personally I wound up grabbing the source and modifying it heavilly.

malcolmmca at 2007-7-11 23:20:52 > top of Java-index,Java Essentials,Java Programming...