Error in Demo Charts?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ken Skinner
Posts: 4
Joined: Tue Aug 08, 2006 9:49 pm
Location: South Carolina

Error in Demo Charts?

Post by Ken Skinner » Tue Aug 08, 2006 10:08 pm

I'm new at JFreeChart so I may be looking in the wrong place, but when I tried to compile the "PieChartDemo1" in source\org\jfree\chart\demo folder I get various compile errors. Mostly due to packages it could not find. One in particular that looked strange was the org.jfree.ui.ApplicationFrame import.

When I looked for that one in the source I couldn't find the ui folder. There was a folder under the chart folder called ui, but it didn't contain any java files. Is this demo an older version and if so where can I find a newer version. And is it necessary to recompile the jar file before you start or can I just use the one that's in the lib folder?

Thanks

TXAggie
Posts: 8
Joined: Thu Aug 03, 2006 4:35 pm

Post by TXAggie » Tue Aug 08, 2006 10:46 pm

You also need to have JCommon.jar

Locked