JTABLE Question?

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

JTABLE Question?

Post by Alex » Wed Oct 30, 2002 11:03 pm

Hi,

Does JFREECHARTS come with an extension to a JTable which allows a legend to be embedded and also can be used to dynamically update a chart?


Thanks:

Alex

Dave Gilbert

Re: JTABLE Question?

Post by Dave Gilbert » Thu Oct 31, 2002 10:55 am

No, it doesn't. I'm doing some work on the CategoryDataset interface at present that will make it more "compatible" with the TableModel interface, and I'd like to develop a wrapper class to make it simple to put a CategoryDataset into a JTable. But it is all just work in progress, nothing concrete yet.

Regards,

DG.

Locked