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