|
Hi Noah,
On Sat, 5 May 2012, Noah White wrote:
> I'm interested in giving user the ability to drag and drop desktop icons
> onto my Java app and have its MAIN method launch with a list of the
> files that were dropped onto the icon.
>
> I noticed that ImageJ seems to support this on Windows and I was
> wondering if someone could point me to the code in the github repo that
> implements this so I can an idea of how to go about this.
git grep DragAndDrop
;-)
|