Does JTree support multiple DnD?

I'm working on an applet which displays a JTree tree, which has to support multiple DnD.

i mean, user has to be capable of selecting several nodes at a time and drag all of them, dropping them into a target.

Though i have asked about it, and somebody told me about it, the solution was with a JFrame, and all the examples which work and i've read, arre with JFrame.

So i guess that maybe JTree does not support multiple DnD, and moreover, there is a website

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4165577

in which someone says that, in fact, JTree does not support it. But it's and old page, so i want to know if at present, Jtree still has this debug.

Thanks in advance!

[730 byte] By [jjsantosa] at [2007-11-26 15:56:46]
# 1
http://www.java-forum.org/de/viewtopic.php?p=139820#139820
Andre_Uhresa at 2007-7-8 22:17:36 > top of Java-index,Desktop,Core GUI APIs...