getParameter() method in Java Applet

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

getParameter() method in Java Applet

Post by kwong in HK » Wed Jun 26, 2002 2:36 am

I have a problem about non-static getParameter method in JavaApplet to get param from HTML in static method. How can I do that?

How can I draw two or three lines in a one line chart?

David Gilbert

Re: getParameter() method in Java Applet

Post by David Gilbert » Wed Jun 26, 2002 5:07 pm

kwong in HK wrote:
> I have a problem about non-static getParameter method in
> JavaApplet to get param from HTML in static method. How can I
> do that?

Not sure what you mean.

> How can I draw two or three lines in a one line chart?

Just use a dataset with two or three series in it, as in the demo.

Regards,

DG.

kwong in HK

Re: getParameter() method in Java Applet

Post by kwong in HK » Thu Jun 27, 2002 5:45 am

To DG.
> I have a problem about non-static getParameter method in
> JavaApplet to get param from HTML in static method. How can I
> do that?

Not sure what you mean.

I have solved this problem yet.

> How can I draw two or three lines in a one line chart?

Just use a dataset with two or three series in it, as in the demo.

I want to draw two lines or more in a one line chart. It is the unique Java applet Line chart with bold line. It is the example JFreeChartAppletDemo.java. Can you explain it in details? Thank You very much!

Best wishes,

kwong

Locked