| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 473 人关注过本帖
标题:小问题就是大问题
只看楼主 加入收藏
a548475
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2005-10-25
收藏
 问题点数:0 回复次数:4 
小问题就是大问题
在个窗口类中的    item1.addActionListener(this);
 this是代表的什么啊
2005-10-26 17:31
hanjiangxue
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2005-12-20
收藏
得分:0 
this 是实现了 ActionListener 接口的类的实例

sai
2005-12-20 10:01
新坏男人
Rank: 1
等 级:新手上路
威 望:1
帖 子:38
专家分:0
注 册:2005-12-7
收藏
得分:0 
以下是引用a548475在2005-10-26 17:31:00的发言:
在个窗口类中的    item1.addActionListener(this);
 this是代表的什么啊

是代表对本窗口的事件的监听!!


/UploadFile/2005-11/2005112317153975.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://www./UploadFile/2005-11/2005112317153975.gif');}" onmousewheel="return imgzoom(this);" alt="" />
2005-12-20 17:58
飘飘叶子
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:34
帖 子:597
专家分:10
注 册:2005-8-17
收藏
得分:0 
class a implements ActionListener
{
JButton b = new JButton("OK");
public a()
{
b.addActionListener(this);
}
}

如果a类没有继承ActionListener接口则不能使用b.addActionListener(this);

向着软件工程师的目标前进!
2005-12-20 18:32
zhouyao_14
Rank: 1
等 级:新手上路
帖 子:196
专家分:0
注 册:2006-2-15
收藏
得分:0 
2楼说的通俗易懂!!

2006-02-23 11:00
快速回复:小问题就是大问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018323 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved