Swing - Drag and Drop Tutorial

Where can I find a good drag and drop tutorial? I'm using windows XP and want to write something that when an Icon (say a text file) is dropped on a certaing area of the gui then it will save a copy of that file in a certain directory.

I know all bout how to copy / move / rename files .. its just the drag and drop event parts that I'm not so sure about.

[370 byte] By [Curtis_Pastorea] at [2007-11-26 23:08:54]
# 1
[url http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html]Introduction to Drag and Drop[/url]
camickra at 2007-7-10 14:03:48 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thats SICK! Thanks!
Curtis_Pastorea at 2007-7-10 14:03:48 > top of Java-index,Desktop,Core GUI APIs...