Search found 2 matches

by jdetwiler
Fri Jan 04, 2008 2:12 am
Forum: JCommon
Topic: SortableTable issues
Replies: 3
Views: 20745

So is JCommon as a whole not being supported? Or just some parts?

If not, I haven't yet been involved in an open source project, but as I've been a proponent of using JFreeChart in my last few jobs, I see some value in pitching in. In particular, code such as a SortableTable is right up my alley.
by jdetwiler
Thu Jan 03, 2008 9:09 pm
Forum: JCommon
Topic: SortableTable issues
Replies: 3
Views: 20745

SortableTable issues

I have a couple questions/issues relating to the use of SortableTables. First, after clicking on a column, the sort runs and the data is redrawn. How exactly is this happening? I would expect some event to be fired, but I don't see it. The table data has changed but no TableModelEvent fired? Is it s...