static JTable addRowSorter(final JTable table) { swing { table.setRowSorter(new TableRowSorter(table.getModel())); } ret table; }