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.

