我想在Java中为多个JButton添加一个EventHandler.我使用JButton数组JButton[] buttons = new JButton[120].我用过这个解决方案
JButton[] buttons = new JButton[120]
for (int i=0; i 但我认为上面的代码很糟糕.1> Mohammed Aou..:使用自定义ActionListener: CustomActionListener listener = new CustomActionListener(); for (int i=0; i
但我认为上面的代码很糟糕.
使用自定义ActionListener:
ActionListener
CustomActionListener listener = new CustomActionListener(); for (int i=0; i