[求助]关于swing的问题
Swing好难学啊,我该怎么学啊?有的人告诉我说不用太深入...我现在只知道用JBuilder生成代码,晕~!
谁能帮忙解释一下下面的代码~!
以下是用JBuilder自动生成的事件监听器:
class StudentApplicationFrameClass_btnValidate_actionAdapter implements ActionListener {
private StudentApplicationFrame adaptee;
StudentApplicationFrameClass_btnValidate_actionAdapter(StudentApplicationFrameClass adaptee) {
this.adaptee = adaptee;
}
public void actionPerformed(ActionEvent e) { 这里的ActionEvent是事件类型,e是什么啊?我现在只能理解为变量?
adaptee.btnValidate_actionPerformed(e); 这里的又是什么意思啊?
}
}
谁能写一个监听器的小例子啊?还有内部类,匿名内部类的概念和例子?(以上例子写上注释,谢谢了);
现在头晕死了~!
还有水影月圆啊,JCreator很烂哎,我喜欢用UltraEdit,还有private,记事本格式真的很难看。