As some may already know, Oracle has stopped the development of the popular graphical interface library Swing
.
I consider javafx as a relatively incipient technology to replace Swing
, for which I would like to know other Java libraries (that are not JavaFX) capable of replacing Swing
.
I would like to mainly consider the following characteristics:
- Ease of learning
- Ability to create complex interfaces
- Ease of integration
- Portability
- Documentation
- Developer community size (Community support)
- Paid support (from the company or individual that develops it)
- Indicative of their maturity
The ideal would be to migrate the code with swing to the technology they are discussing.