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.
是否可以在摇摆的选项卡上放置一个动作监听器?如果是,请您发布一个小例子吗?
这样做的唯一方法是将 a 添加javax.swing.event.ChangeListener到 JTabbedPane 本身。您可能必须跟踪所选选项卡与先前选择的选项卡,具体取决于您对状态更改所做的操作...
javax.swing.event.ChangeListener