When a column in a JTable is dragged and dropped, only the column header is moved but the contents stay the same. It's like the the column titles are not bound with the content. How do I change this so that when dragging and dropping the columns, the content related to that column also moves.
Or else, how can stop the columns from being dragged and dropped altogether.