//响应文本事件-JAVA自学教程(史上最全)

时间:2024-05-15 02:20:25
【文件属性】:

文件名称://响应文本事件-JAVA自学教程(史上最全)

文件大小:9.22MB

文件格式:PPT

更新时间:2024-05-15 02:20:25

JAVA 自学教程

//响应文本事件 public void textValueChanged(TextEvent e) { if(e.getSource() == tOld) tNew.setText(tOld.getText()); } //响应动作事件 public void actionPerformed(ActionEvent e) { if(e.getSource() == tOld) tNew.setText(""); } };


网友评论