DnD JPanel and show moving JPanel

I have JPanels on a JFrame and want the user to be able to drag a JPanel to a different part, which is easy with Drag and Drop, but Is it possible to show the JPanel moving along with the mouse?Or is it at least possible to show some text dragging along with the mouse?
[290 byte] By [locopuyoa] at [2007-11-27 1:23:27]
# 1
Write your own "DnD" code. Something like this: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=599181
camickra at 2007-7-12 0:13:05 > top of Java-index,Desktop,Core GUI APIs...