Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它是支持图像拖动。如何查看图片是否被点击JApplet?
JApplet
我确信有一种简单的方法可以做到这一点,但我到处寻找,似乎找不到它。
选项:
请参阅本教程 的拖放和数据传输课程。
如果拖动的目的是更改幻灯片或类似内容中的顺序,请查看JList. 有关更多详细信息,请参阅setDragEnabled(true)&如何使用列表。
JList
setDragEnabled(true)
对于显示组件,我会推荐JLabel@Hover 所建议的。 JList默认使用 aJLabel作为渲染组件。
JLabel