i have a JTable which contains 10 columns and 'n' number of rows. i want to sort the values in it. can you tell me as to how do i go about doing this???
thanking you,
anand
Printable View
i have a JTable which contains 10 columns and 'n' number of rows. i want to sort the values in it. can you tell me as to how do i go about doing this???
thanking you,
anand
Did you browse through the swing section at this site. There is a pointer to
source code that does this. It is sample code that comes with JFC.