我无法理解multiple_selection_interval
和single_interval_selection
in之间的区别JTable
。
table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
接下来是
table.setSelectionMode(ListSelectionModel.MULTIPLE_SELECTION_INTERVAL);
这些有什么区别?
我无法理解multiple_selection_interval
和single_interval_selection
in之间的区别JTable
。
table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
接下来是
table.setSelectionMode(ListSelectionModel.MULTIPLE_SELECTION_INTERVAL);
这些有什么区别?