Distinc value of a jtable column

hi! i have a question for you.I have a jtable with many rows.Can i have a method that give me a Vector with all distinct values of a jtable column?Thanks
[188 byte] By [raffeo_ITa] at [2007-11-26 18:36:51]
# 1
> Can i have a method that give me a Vector with all distinct values of a jtable column?No, you need to write your own method to loop through all the rows in the table and get the data using the getValueAt(...) method. If you want the distinct values, then add each value to a
camickra at 2007-7-9 6:10:54 > top of Java-index,Desktop,Core GUI APIs...