Using JFreeChart in Jbuilder
Using JFreeChart in Jbuilder
Is it posible to set up JFreechart so That I can just drag the bean onto my interface?
Re: Using JFreeChart in Jbuilder
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.
Regards,
DG.
Re: Using JFreeChart in Jbuilder
So will I still be able incorparate JfreeChart by hand?
Re: Using JFreeChart in Jbuilder
i use jbuilder in my jfreechart developing. just link to the jar's in project properties and import by hand.