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!!!