Want JDBCCategoryChartDemo.java and JDBCPieChartDemo.java

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
biren_patnaik
Posts: 3
Joined: Thu Aug 12, 2004 5:25 pm

Want JDBCCategoryChartDemo.java and JDBCPieChartDemo.java

Post by biren_patnaik » Fri Aug 13, 2004 9:20 am

Hi,

I want JDBCCategoryChartDemo.java and JDBCPieChartDemo.java files.Can anybody send me the complete code for these two files or tell me where can I get them from?

Kind Regards
Biren

hongping
Posts: 14
Joined: Thu Jul 29, 2004 1:32 am

Post by hongping » Mon Aug 16, 2004 6:06 pm

If you have downloaded the jfreechart and extracted it, you could run the following command in the parent directory to search for it:
  • # find -iname "JDBCCategory*"

    ./jfreechart-0.9.20/src/org/jfree/data/JDBCCategoryDataset.java
Hope this helps.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Want JDBCCategoryChartDemo.java and JDBCPieChartDemo.jav

Post by david.gilbert » Mon Aug 16, 2004 9:28 pm

biren_patnaik wrote:I want JDBCCategoryChartDemo.java and JDBCPieChartDemo.java files.Can anybody send me the complete code for these two files or tell me where can I get them from?
There is a bit of setup required for these demos, so they are included with the JFreeChart Developer Guide along with instructions for running them.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

biren_patnaik
Posts: 3
Joined: Thu Aug 12, 2004 5:25 pm

Post by biren_patnaik » Tue Aug 17, 2004 1:34 pm

Hi,

Thanks all for your help.I got the code.

Kind Regards
Biren

Locked