Will
Will

Reputation: 21

Drag and Drop files from Applet to Desktop

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

Answers (1)

Daniel Ryan
Daniel Ryan

Reputation: 7100

I suggest looking at the Java site tutorials: http://download.oracle.com/javase/tutorial/uiswing/dnd/intro.html

Upvotes: 1

Related Questions