Rendering Dragged object during drag
Posted
by marco
on Stack Overflow
See other posts from Stack Overflow
or by marco
Published on 2010-06-03T19:57:19Z
Indexed on
2010/06/03
21:04 UTC
Read the original article
Hit count: 197
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?
© Stack Overflow or respective owner