Is there a better way to develop Java Swing applications?
SWIXML? JavaFX? Anything else that developers out here have liked and recommend?
|
1
|
|||
|
|
|
JavaDesktop is a very complete source of information for this kind of question. Lately, I found (but not used it directly myself) the Flamingo swing component suite impressive. (It is not a new way to develop in the sense it is still a classic Swing component, not - for instance - an XML-based swing specification, but I would look at other projects of javadestop for other illustrations to your question)
|
|||
|
|
|
|
Another "better way" is through the use of a better Layout Manager: MigLayout:
|
||
|
|
|
|
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/ |
||
|
|