Drag & drop not working on Mac

跟風遠走 提交于 2019-12-04 01:38:27
evandrix

Since you've got the line

dt.addDropListener(new DropTargetAdapter() {

it could possibly mean the existence of a bug for developing Java SWT applications on Mac OS X (maybe fixed in a later released version possibly?)

do check out the related stackoverflow question phrased another way @ here

and it might be exactly your problem already submitted as a bug feature request.

This was a bug in SWT (issue #267381 is related, but might not be the actual issue).

As Mike L. pointed out in a comment, it was fixed in SWT 3.7M4.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!