您现在的位置是:源码地带 > 资源下载

class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (

资 源 简 介

class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }

相 关 资 源