4
There is some other tool besides Swing, AWT and Javafx to create desktop graphical interface for Java applications?
4
There is some other tool besides Swing, AWT and Javafx to create desktop graphical interface for Java applications?
9
It is possible to use any library that is available, you can make your own library. Ultimately it is clear that all these libraries will have to access the graphical API to desktop operating systems where it is intended to run. At the very least you will need to access the graphic primitives such as thumb drive and Brush in addition to having some form of access to the screen itself, commonly will be through windows.
Some of the best known libraries available for Java are:
In addition there are some extensions for frameworks existing.
Browser other questions tagged java api desktop-application gui
You are not signed in. Login or sign up in order to post.
What would be these extensions?
– Kross
I won’t remember many but what comes to mind now would be Swingx, Jgoodies.
– Maniero