views:

147

answers:

1

Hello,

I am programming a Matrix Explorer that allows me to reorder the rows and columns of a matrix. The Problem that I have is that I want the drag and drop to be visually consistent, meaning that the rows reordering should be visually similar to the one of the columns reordering( that is already implemented in Jtable). In the Jtable implementation one can see the column moving during the drag, and so far I have not been able to figure out how to implement the same behavior on rows. Any hints for me?

A: 

This appears to be a duplicate question.

Jay Askren