MAC « Drag Drop « Java Swing Q&A





1. Drag & Drop in Mac    coderanch.com

2. Drag & Drop in Mac    coderanch.com

Hi, Anybody had worked Drag & Drop on Mac(doing copy or move ) ?? If so do give a sample file or link having these operations . In windows CTRL+mouse is doing copy mouse drag is doing move. Similarly i want to do the same copy,move opeartions on mac.How to go about it?? Thanks & Regards, silva.

3. Drag and Drop on Mac 1.4.1, broken, buggy, or what?    coderanch.com

(I resigned to posting this here because it seems to make more sense, considering the Mac forums seem to be both dry, and more for a general sort of questioning) I've been working on a win box with an app while my employer runs macs with the latest mac jre. The problem's coming from implementing drag and drop. While the app ...

4. drag & drop issue on Mac    coderanch.com

Hi all; i wrote a transferhandler to drag files from the OS desktop to a JTable in my java application. the code works fine on windows platform but can't have it working for Mac OS below is the source code of my transfer handler...it seems the problem for Mac OS resides in the line : if (data instanceof List) this condition ...