|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Drag and Drop (java.awt.dnd.*)
The clipboard, introduced by the Macintosh in the early eighties, allows users to move data by copying (cutting) data from one application and pasting it into another. Java has the Data Transfer API, which allows you to do the same not only between Java apps but also between non-Java and Java applications. It supports both the clipboard and includes a drag-and-drop mechanism. The DataFlavor that describes the type of data to be transferred using the MIME specification. See also the Data Transfer Category.
Related Categories
Data Transfer (java.awt.datatransfer.*)
Subcategories
Questions & Answers
= answered, = unanswered
General:
Can you give me an code example of drag and drop?
Can you give me a code example of drag and drop of images?
Further Information (sorted alphabetically)
Api's:
Faq's:
Tutorials:
Articles:
Related Links:
|
|
|
|
|