简体   繁体   English

Java7 swing应用程序框架支持

[英]Java7 swing application framework support

The future of the Swing application framework on the Java 7 platform is undefined. Java 7平台上Swing应用程序框架的未来未定义。 http://weblogs.java.net/blog/archive/2009/08/19/saf-and-jdk7 http://weblogs.java.net/blog/archive/2009/08/19/saf-and-jdk7

Is it safely to use it now? 现在可以安全使用吗?

即使使用SAF是相当安全的(因为它与JDK7无关),看看由开发人员创建的以下很好的替代方案,由于SAF进展缓慢而受挫

The JDK 7 Features page says: JDK 7功能页面显示:

Dropped 下降

JSR 296: Swing application framework JSR 296:Swing应用程序框架

An API to define the basic structure of a typical Swing application, thereby eliminating lots of boilerplate code and providing a much-improved initial developer experience 用于定义典型Swing应用程序的基本结构的API,从而消除了大量样板代码并提供了大大改进的初始开发人员体验

So, this looks like it is definitively dropped for JDK 7. 因此,对于JDK 7来说,这看起来肯定会被删除。

However, that does not mean that you cannot use it or that it is in any way "not safe" to use it (whatever you mean exactly with that), neither that the project is dead and will not be developed any further. 但是,这并不意味着你不能使用它,或者它以任何方式“不安全”使用它(无论你的意思是什么),项目都没有死,也不会再进一步​​开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM