JButton bn = null; JFrame f = this; public void MyFrame() { bn = new JButton("Close!"); getContentPane().add(bn); bn.addActionListener(new ActionListener() ...
確定! 回上一頁