DataFlavor « Drag Drop « Java Swing Q&A





1. Constructing a DataFlavor for drag and drop of an array of java objects    stackoverflow.com

I want to implement drag and drop between two components within the same JVM. I'm passing an array of objects which are not serializable, so I'm trying to find the correct ...