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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -