How can I optimise JPanel with JFreeChart

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

How can I optimise JPanel with JFreeChart

Post by Artemis » Thu Jan 23, 2003 11:15 am

Hi,

I want a time series chart displayed in a web page with embeded scroll bars,
then must I use an applet ?

because I am now using writeChartAsPNG method to create the chart, so I want to know if I really have to make it as applet to contain the panels.

Thanks

Locked