Is there any other tool besides Swing, AWT and JavaFX to create desktop graphical interface for Java applications?
Is there any other tool besides Swing, AWT and JavaFX to create desktop graphical interface for Java applications?
You can use any library that is available, you can make your own library. Ultimately it is clear that all of these libraries will have to access the graphical API for desktop from the operating systems where it intends to run. At the very least you'll have to access graphical primitives such as pen and brush and have some form of access to the screen itself, usually through windows .
Some of the best-known libraries available for Java are:
In addition there are some extensions to existing frameworks .