I was searching for Sorting in JTable and I referred many articles, but couldn\'t get the easiest way to sort the table. I also know that TableRowSorter>
JTable
TableRowSorter>
Try to use this
table.setAutoCreateRowSorter(true);