Printing problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jens Reinel

Printing problem

Post by Jens Reinel » Mon Jan 07, 2002 3:52 pm

Hi,

I'm using JFreeChart to display some XYPlots and it works well on the screen but if I try to print the chart no text is on the sheet neither title nor axis-titles or legend-strings.
Saving the chart to a png-file is correct.
Is there something I forgot?

Thanks,
Jens

David Gilbert

RE: Printing problem

Post by David Gilbert » Tue Jan 08, 2002 8:43 pm

Is this just with JFreeChart or are you having trouble with printing from other Java programs too? The demo program just uses the standard Java2D printing mechanism, so there's nothing special to do...

What JDK and operating system are you using?

DG.

Jens.Reinel

RE: Printing problem

Post by Jens.Reinel » Wed Jan 09, 2002 8:44 am

I used JDK 1.2.? (maybe not 1.2.2 ;-) on Windows NT 4.0 SP5.

I updated to JDK 1.3.1 and it now it works fine!

Thanks.
Jens

Locked