import java.awt.*; import java.awt.event.*; public class F extends Frame implements ActionListener

日期:2013-03-25 09:48:38 人气:2

import java.awt.*; import java.awt.event.*; public class F extends Frame implements ActionListener

代码不全啊,发全了再说 b1.addActionListenter(this); 你写错了 是addActionListener 三处都是这样的错误 b1.addActionListenter(this); add(b2); b2.addActionListenter(this); add(b3); b3.addActionListenter(this); add(tf); 改过来就对了 我在我机器上编译通过,运行有结果
    A+
热门评论