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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -