标签:
在java中创建窗体,导入了java中的JFrame类,之后会出现错误:
Access restriction: The type QName is not accessible due to restriction on required library D:\myeclipse professer2014
可以解决的办法为:
Project—>Properties—>选中Java Build Path—>选择Libraries,出现下面界面:
使用myeclipse开发java,解决java中继承JFrame类出现The type JFrame is not accessible due to restriction的问题
标签:
原文地址:http://www.cnblogs.com/coffy/p/4517948.html