Reputation: 21
I was wondering how to drag and drop files from a java applet to the desktop. So far i've been able to display all the files with the right icon and name, but I have no clue on how to implement dragging and dropping. BTW I am a noob so it would be great if you could explain things in detail.
Upvotes: 0
Views: 1258
Reputation: 7100
I suggest looking at the Java site tutorials: http://download.oracle.com/javase/tutorial/uiswing/dnd/intro.html
Upvotes: 1