Trail: Creating a GUI with JFC/Swing
Lesson: Drag and Drop and Data Transfer
Further Information
Home Page > Creating a GUI with JFC/Swing > Drag and Drop and Data Transfer
Further Information
One of the best places to get the latest information on data transfer is Shannon Hickey's blog. Shannon is the Swing team lead and he "owns" the Swing portion of drag and drop (among other things) and he wrote several of the demos used in this lesson. The following blog entries were written during the JDK 6 development process, so some of the method names and other details have changed, but it is an interesting peek into the process.

Here are some specific entries you may want to study:

Previous page: Putting it All Together - DnD and CCP
Next page: Solving Common Data Transfer Problems