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?