vote up 1 vote down star

The future of the Swing application framework on the Java 7 platform is undefined. http://weblogs.java.net/blog/archive/2009/08/19/saf-and-jdk7

Is it safely to use it now?

flag

33% accept rate

3 Answers

vote up 5 vote down

Even though using SAF is fairly safe (cause it has nothing to do with JDK7), take a look at the following great alternative, created by developer, frustrated by slow progress of SAF

link|flag
1  
Thanks for the ad, eugener (I am the owner of Guts-GUI project). But beware that the project is on going development so unusable in a real application currently (hope I can offer a 1.0 version for Christmas;-)) Moreover, Guts-GUI depends on Guice (at list now, maybe next year I'll make it independent of the DI library). – jfpoilpret Oct 23 at 9:43
vote up 2 vote down

The JDK 7 Features page says:

Dropped

JSR 296: Swing application framework

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

So, this looks like it is definitively dropped for 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.

link|flag
vote up 0 vote down

Safe to use what ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.