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.
我想知道(如果可能的话)我如何更新 JButton 的 ActionListener 执行的操作。我需要在整个程序中保留一个按钮,但要根据当前情况更改它的作用。
首先使用 removeActionListener() 而不是添加新的。使用 getActionListeners 方法获取按钮的所有操作侦听器的列表。