Topic: e.getSource的使用含义 |
Print this page |
1.e.getSource的使用含义 | Copy to clipboard |
Posted by: fly_now Posted on: 2006-09-01 14:05 对于事件源有点疑惑,虽然简单,但希望大家指点下,谢谢 例:if((e.getSource==text1)&&(text1.getText.equals("boy"))) {text3.setText("男孩");} 在&&后面那部分不是比较了text1的值吗。。前面事件源比较text1的值有什么作用呢?? |
2.Re:e.getSource的使用含义 [Re: fly_now] | Copy to clipboard |
Posted by: Novo Posted on: 2006-09-01 15:18 e.getSource==text1不是事件源比较text1的值,而是判断是否是text1触发了事件.多写点代码体会一下就好了. |
3.Re:e.getSource的使用含义 [Re: fly_now] | Copy to clipboard |
Posted by: fly_now Posted on: 2006-09-01 21:08 谢谢指点。知道意思了 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |