问题描述
publicvoidactionPerformed(ActionEvente){if(e.getSource()==b1);tf1.setText(tf1.getText()+e.getActionCommand());}设置监听,不过这个方式是所有按钮比如+-都显示,怎么才能只让数字显示上面呢?请大神说的详细点,刚学很多都不太懂。
解决方案
时间: 2024-12-31 15:45:42
publicvoidactionPerformed(ActionEvente){if(e.getSource()==b1);tf1.setText(tf1.getText()+e.getActionCommand());}设置监听,不过这个方式是所有按钮比如+-都显示,怎么才能只让数字显示上面呢?请大神说的详细点,刚学很多都不太懂。