Is it possible to enable Drag & Drop in applets and if so, how?
Created May 4, 2012
Saket Malhotra
You need Java 2 support for the drag & drop APIs. You can obtain this by requiring the Java Plug in for your applet.
The other alternative is to create your own custom drag and drop library
Apparently, you can't create the drop targets in init() or start().