Friday, October 5, 2007

Drag-n-drop on Mac

The Macs are the strange creatures. They have quite strange behavior of the DropTargetListener. It does not matter whether drag is accepted or rejected on dragEnter() and dragOver(). If the drop occurs, the drop() is called.
It is done more conveniently on Linux. After rejecting drag the drop() wont be called.

No comments: