搜索结果

找到约 2 项符合 settext 的查询结果

uCOS uc/gui低版本的text控件不能settext

uc/gui低版本的text控件不能settext,这两个文件添加后即可settext
https://www.eeworm.com/dl/649/163626.html
下载: 120
查看: 1090

其他行业 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) } } ...
https://www.eeworm.com/dl/668/180875.html
下载: 130
查看: 1330