Printing a large table

  • Thread starter Gerbrand van Dieijen
  • Start date
G

Gerbrand van Dieijen

Hello,

I use the JDO implementation JDOGenie for my application. JDOGenie works
very well, except for one problem. I have JTable that displays a long
list of JDOGenie objects. The table can be scrolled and I let JDOGenie
take care of memorymanagement.
It works very well when the table is displayed on screen. However, when
I print the table using the print() api of Java 1.5, I get an memory error.

It appears the print() api loads everything in memory at once, causing
memory problems.
I already tried j2printerworks
(http://www.digibuy.com/cgi-bin/product.html?98997302568) but it had the
same problem.

Does anyone know a good printing-table library or a good sollution for
this problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top