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?
getParameter() method in Java Applet
Re: getParameter() method in Java Applet
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.
> 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.
Re: getParameter() method in Java Applet
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
> 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