I couldn't understand the Difference between multiple_selection_interval and single_interval_selection in JTable..
table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION); next, is table.setSelectionMode(ListSelectionModel.MULTIPLE_SELECTION_INTERVAL);
what's the difference these?