将文件从 Applet 拖放到桌面
我想知道如何将文件从 java 小程序拖放到桌面。到目前为止,我已经能够使用正确的图标和名称显示所有文件,但我不知道如何实现拖放。顺便说一句,我是一个菜鸟,所以如果你能详细解释一下事情就太好了。
I was wondering how to drag and drop files from a java applet to the desktop. So far i've been able to display all the files with the right icon and name, but I have no clue on how to implement dragging and dropping. BTW I am a noob so it would be great if you could explain things in detail.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议查看 Java 站点教程:
http://download.oracle.com/javase/tutorial/uiswing/dnd /intro.html
I suggest looking at the Java site tutorials:
http://download.oracle.com/javase/tutorial/uiswing/dnd/intro.html