大家先看着这个点
如果有必要是不是把有批注的那个另起一贴啊
什么时候才能成为论坛游民啊....
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");
}
}
);
现在我就找到这些错误 大家再帮忙找一下吧