Problem in New Version of jfreechart

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

Problem in New Version of jfreechart

Post by Guest » Mon Apr 11, 2005 1:19 pm

hii!!!
Right now I m migrating to version 1.0.0 of jfreechart from version o.9.0.
I m creating a panel which extends ChartPanel. In this panel I m calling constructor of ChartPanel using super method passing chart object as parameter. Now whilemigrating it gives me error stating "cannot access org.jfree.ui.Drawable" while no such directory like org.jfree.ui exists. Can u please tell me why such error is occuring?

Thanks a lot!!!

vcardona
Posts: 10
Joined: Tue Mar 29, 2005 9:31 pm

Post by vcardona » Mon Apr 11, 2005 3:07 pm

You need the jcommon jar file in your path, and you need to import the required classes.

Locked