Is there a better way to develop Java Swing applications?
SWIXML? JavaFX? Anything else that developers out here have liked and recommend?
Is there a better way to develop Java Swing applications?
SWIXML? JavaFX? Anything else that developers out here have liked and recommend?
I like to build the UI (HTML, SWT or Swing) with Groovy. It's just so much more simple with Groovy builders.
The Swing Application Framework is a light framework that simplifies the creation and maintaining of small- to medium-sized Java desktop applications. The framework consists of a Java class library that supports constructs for things such as the following:
Here's an article about it.
It's been integrated with Netbeans 6.0 and later.
If you like programming in Groovy instead of Java, check out Griffon: http://griffon.codehaus.org/