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!

