+ 2
Best GUI
What is the best GUI for java?
6 ответов
+ 6
Mick That's hard to say. As many companies use Java only for backend, I tend to say none of the mentioned gui frameworks is the best choice.
But if you insist to learn a Java gui framework, go for JavaFX.
The support for Swing might end one day, not in the next couple of years but some day in the future.
+ 5
You can choose between Swing/awt and JavaFX if you're looking for pure Java GUIs.
I think JavaFX is more future proof, also it supports a declarative approach (fxml is the keyword you can search for) and styling with css (not complete css but quite a lot of properties), which comes in handy for web development as well.
+ 4
Swing is Fast and platform-independent use Swing
+ 2
Yusua hi.
A GUI ( Graphical User Interface ) is sofware where users can interact with software via visual format.
It appears you are asking for the greatest graphic software ever created using java.
You need to clarifty what kind of GUI you are looking for.
0
Hey Tashi! What's better? JavaFX?
0
Swing is allow to build best gui