I have a
Java question I can not resolve myself or find good examples. I'm working with a jtable that has 7 elements per row. I loaded it from a vector. I've set 4 of the elements up as Boolean so a check box displays in those cells. It is displaying the data great. Now I'm trying to figure out
how to get it so I can edit it and get the changed values back to my vector. I
can't figure out what listeners to employ or how to get the data out. I was wondering if anyone might have a code sample around that
handles a complex jtabel/vector they would be willing to share.
Thx