I have a jTable that I enable the user to sort based on which ever column they click on, I use .setAutoCreateRowSorter(true); I am also using netbeans and was wounder what event I can use on the table to determine when the user clicks on the column header to sort it. I have tried all of the mouse events and I am at a lost.
Any suggestions would be appeciated.