My application shows the Graphics2D in a JPanel. It shows and print diagram.
I use class which extends JPanel implements Printable, on a classic, from
example, way.
It is usually 4 A4 papers big and it needs approx. 10MB/page. But sometimes
it can large on 10 pages and more when I got an outofmemory exception.
How to print so big Graphics on some less memory needed way ?
Is your Graphics component needs also 10MB/page for a printing? Is it normal
or I wrong somewhere?
Thank you.
Dado - 30 Jul 2005 08:26 GMT
> My application shows the Graphics2D in a JPanel. It shows and print
> diagram. I use class which extends JPanel implements Printable, on a
[quoted text clipped - 6 lines]
>
> Thank you.
If Graphics become Image I get the same size for printing but the quality is
not satisfied.