jQuery in Action, 2nd edition
The moose likes Mac OS and the fly likes JFileChooser Drag and drop issue for Mac Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Mac OS
Reply Bookmark "JFileChooser Drag and drop issue for Mac" Watch "JFileChooser Drag and drop issue for Mac" New topic
Author

JFileChooser Drag and drop issue for Mac

Yahya Elyasse
Ranch Hand

Joined: Jul 07, 2005
Posts: 510

Hi guys,
I have a java applet code running well on windows and Linux.it consists of dragging files from a JFileChooser and dropping them to a JTable.
But the drag and drop feature doesn't work on Mac OS platforms.I don't get any errors log .simply files don't get dropped to JTable.

In my code i simply use a TableTransferHandler registered on JTable and then setDragEnabled() for JFileChooser.

What can i do to make my code run correctly on Mac OS ?
thanks for helping
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JFileChooser Drag and drop issue for Mac
 
Similar Threads
JTable
DND from JTree to JTable
TransferHandler to dnd files from OS desktop to JTable
Remove "All Files" Dropdown from JFileChooser
JTable to Jtable Drag and Drop