NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en: http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com.
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂ­tulo en concreto puede realizar una donación directa mediante Paypal:
Further Information (The Java™ Tutorials > Creating a GUI with JFC/Swing > Drag and Drop and Data Transfer)
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