Hello
I need to implement drag/drop from a JList to a JTree. The data is a class (not simply a
string or a number).
When I look around for tutorials and examples I only find articles about jdk 1.3 and earlier - now, drag/drop should be one of the improved features of j2se 1.4.x and I want to do this the easiest way, of course
Please help me with tips and/or links to examples.
Regards, Jeppe