-1

I have a JTable in my application which I need to print. The printed page should contain only the table and some text above and below the table. So I ask what is easiest way to do this?

Do I need to create some kind of document, and then import the table in document and add the text, and then print the document?

1 Answers1

0

well you have to go row by row and print it out

Arctigor
  • 247
  • 2
  • 5