我有一个带有多个 Jlabels 的左面板,我将它们用作按钮来更改使用 CardLayout 布局的主面板的内容。
我不能完美地处理这些事件:
mouseEntered : to make highlight effect to the jlabel
mouseExited : to take off the highlight effect.
mouseClicked : to change the content of the main Panel and start some threads
这里找不到事件或方法的问题告诉我已单击另一个 Jlabel,因此我可以停止在 mouseClicked 事件中启动的线程,
或者
一个事件或方法告诉我 CardLayout 中的 JPanel 已显示或隐藏。