Drag and Drop
Drag and Drop enables data transfer across Java programming
language and native applications, between Java programming language
applications, and within a single Java programming language
application.
Support for drag and drop is implemented primarily in the AWT
package, but there is additional support built in to the Swing GUI
classes. In many cases, drag and drop support can be enabled by
calling a single method on a Swing component. For more information,
please see How
to Use Drag and Drop and Data Transfer, a section in The Swing
Tutorial
API Specification
- java.awt.datatransfer
- Provides interfaces and classes for transferring data between and
within applications.
- java.awt.dnd -
Drag and drop is a direct manipulation gesture, found in many
Graphical User Interface systems, that provides a mechanism to
transfer information between two entities logically associated with
presentation elements in the GUI.
- Drag and Drop Specification
Tutorials and Programmer's Guides
API Enhancements
More Information