类型:转载 责任编辑:asp 日期:2007/03/01
button1.addactionlistener(new java.awt.event.actionlistener() {
public void actionperformed(actionevent e) {
button1_actionperformed(e);
}
});
在jbuilder下运行时它会在第一行出现如下错误:
"ifexample.java": error while writing <anonymous class of jbinit()>: f:\java教学\jbuilder100例\实例05\untitled2\classes\untitled2\ifexample$1.class (拒绝访问。) at line 56, column 31
多谢!
推荐阅读
你是在光盘中运行吧~
把那些文件拷到硬盘上,把只读属性去掉,然后再运行~