60616263646566
for(int c = 0; c < table.getColumnCount(); c++) { table.getColumn(c).addSelectionListener(columnListener); } // sort using the specified approach sortingStrategy = new MouseOnlySortingStrategy(multipleColumnSort); }