views:

46

answers:

1

Hello,

I have been stuck on this problem for a while now. I want to drag a row in a jtable to reorder it. But I really want the user to see the row while dragging it and not just the default "drag" rectangle symbol. So I took a look at the java DnD tutorial finding it very useful, but..

The problem is that I still dont know which method I should override to get this going.

Can somebody help me out?

+1  A: 

You might be interested in this question Drag and Drop with an Image. However as far as I know this only works on Mac.

DJClayworth