大家先看着这个点
如果有必要是不是把有批注的那个另起一贴啊

什么时候才能成为论坛游民啊....
2005-11-10 22:26

2005-11-11 07:55

2005-11-11 09:31
2005-11-11 17:21
new ActionListener() {
public void actionPerformed( ActionEvent event ){
oneTonineJButtonActionPerformed( event );
}
}
);
这段代码应该改成
JButton0=new JButton();
JButton0.setBounds(150.840.100.80);
JButton0.setText("0");
JButton0.setEditable(false);
contentPane.add(JButton0);
JButton0.addActionListener(
new ActionListener() {
public void actionPerformed( ActionEvent event ){
oneTonineJButtonActionPerformed("0");
}
}
);
现在我就找到这些错误 大家再帮忙找一下吧

2005-11-11 19:11
2005-11-11 20:15

2005-11-11 22:27
2005-11-11 22:30

2005-11-11 22:36
2005-11-11 22:50