今天创建框架时出现:The type JFrame is not accessible due to restriction on required librar
百度一下知道解决方法:
Project -> Properties -> libraries,
先remove掉JRE System Library,然后再Add Library重新导入。
方法在这找到的 http://rxxluowei.iteye.com/blog/671893
本文介绍了解决在创建Java Swing应用程序时遇到的JFrame访问限制问题的方法。通过在项目属性中移除并重新添加JRE系统库,可以有效解决此问题。
今天创建框架时出现:The type JFrame is not accessible due to restriction on required librar
百度一下知道解决方法:
Project -> Properties -> libraries,
先remove掉JRE System Library,然后再Add Library重新导入。
方法在这找到的 http://rxxluowei.iteye.com/blog/671893
1230

被折叠的 条评论
为什么被折叠?