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。这个 JLabel 有一个绑定到某个函数的鼠标侦听器。有什么方法可以使 JLabel 消失(或从技术上讲,透明)以保留鼠标侦听器功能?
我知道我可以将透明图像设置为 JLabel 的图标,但我想知道那里是否有某种“切换”功能。
您可以使用yourLabel.setVisible(false);与处置框架不同;但是,您会更多地扩展您的问题还是使其更清楚?(我很难理解您想要做什么)
yourLabel.setVisible(false);