HELP, JTable accending & decending
HI, all Java Gurus, I am using TableSorter.java from
http://java.sun.com/docs/books/tutorial/uiswing/componets/table.html#sorting.
It works fine. In TableSorter class has an api called sortByColumn(int column, boolean ascending). How to toggle the ascending flag to achieve ascending/descending sort? What kind of changes will be made in the TableSorter.java.
Can anybody provide sample code for that? Thanks a lot. It is urgent!!!!

