它不會讓我運行程序因錯誤: 類型BingoHelper
必須實現繼承的抽象方法ActionListener.actionPerformed(ActionEvent)
摘要行動實施
public class BingoHelper extends JFrame implements WindowListener, ActionListener{
JButton b = new JButton(new AbstractAction("Enter"){
public void actionPerformed (ActionEvent e){
任何解決方案? – JavaScrub