| 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
|
 |
 |
|
|
subject: JFileChooser Drag and drop issue for Mac
|
|
|