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.
我想知道是否可以允许用户从 JLabel 复制图像?
如果是这样,请告诉我我需要在 java 文档中搜索什么。
谢谢
努力:是的。您需要在该标签上定义一个操作,以便如果用户单击它,则将图像复制到剪贴板中。
延伸阅读