• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Drag and Drop in Swing (J2SE 1.4)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic