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
Post a Comment