Using JFreeChart in Jbuilder

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

Using JFreeChart in Jbuilder

Post by Captainmarty » Wed Sep 18, 2002 1:04 pm

Is it posible to set up JFreechart so That I can just drag the bean onto my interface?

David Gilbert

Re: Using JFreeChart in Jbuilder

Post by David Gilbert » Wed Sep 18, 2002 1:27 pm

It's not currently possible. This would require coding a Javabean, perhaps based on the ChartPanel class, and implementing some custom property editors. It would be quite a time consuming task, which is the main reason I have never attempted it myself.

Regards,

DG.

Captainmarty

Re: Using JFreeChart in Jbuilder

Post by Captainmarty » Wed Sep 18, 2002 2:26 pm

So will I still be able incorparate JfreeChart by hand?

josh

Re: Using JFreeChart in Jbuilder

Post by josh » Wed Sep 18, 2002 3:42 pm

i use jbuilder in my jfreechart developing. just link to the jar's in project properties and import by hand.

Locked