Printable table and textarea
Hello All,
I just need some direction, not looking for code. I have a split panel with a table in the top and text area in the bottom. Neither of which are of a set size since they are populated w/ data from a database.
There is a nifty print button i have to add and it will print the contents of the table and the textarea (not just the visible area because both are scrollable). The text area will always have a fixed width but not length and I have it printing good enough for now (single page using myTextArea.paint(myGraphics2D)).
I'm confused as to how to get the table and the text area into the same printjob and be able to deal w/ rendering/paging it correctly.
All the examples I've seen are simplistic in that they are all text, all graphics, single component, and/or single page.
Anyone have a direction for me?
Thanks :)

