Cannot find Drawable class

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

Cannot find Drawable class

Post by Kamal » Tue Feb 25, 2003 3:47 pm

Hi,

I am trying to use the JFreeChart package using JBuilder, and when I try compiling, an error occurs saying if cannot find the class Drawable under:

com.jrefinery.ui.Drawable, I looked in the package and also could not find this class- any ideas on how to fix this problem or to get this class??

Thanks
Kamal

David Gilbert

Re: Cannot find Drawable class

Post by David Gilbert » Wed Feb 26, 2003 12:32 am

It is in the JCommon class library. The JCommon jar file is included in the JFreeChart distribution. The README file has details of where to get the source code if you need it.

Regards,

Dave Gilbert

Locked