java - Swing: how do you drag multiple rows from a JTable? -


i have jtable. if selection mode listselectionmodel.single_selection, can drag data table elsewhere , works fine.

but if selection mode listselectionmodel.multiple_interval_selection, when go drag data, resets selection single selection.

how can drag multiple rows jtable?

edit

drag , drop of multiple rows should work default, or without setting selection mode. caveat drag enabled on jtable.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -