Hello all,
I'd like to know how to add UP/DOWN arrows to JTable column headers indicating sorting direction, like one would see in Windows Explorer in "Details" view.
I would also like to know how to retain row selection (and selected index) when focus leaves JTable component. By default when focus leaves, getSelectedRow() returns -1, as if nothing was selected.
Help is much appreciated!
