Best GUI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Best GUI

What is the best GUI for java?

21st Oct 2019, 5:09 PM
Yusua
Yusua - avatar
6 Answers
+ 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.
25th Oct 2019, 1:39 PM
Tashi N
Tashi N - avatar
+ 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.
21st Oct 2019, 7:24 PM
Tashi N
Tashi N - avatar
+ 4
Swing is Fast and platform-independent use Swing
21st Oct 2019, 7:59 PM
The Shiva
The Shiva - avatar
+ 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.
21st Oct 2019, 5:50 PM
Manual
Manual - avatar
0
Hey Tashi! What's better? JavaFX?
25th Oct 2019, 12:35 PM
Михаил Сергеевич Давыдов
Михаил Сергеевич Давыдов - avatar
0
Swing is allow to build best gui
25th Oct 2019, 2:18 PM
ASHWANI DUBEY
ASHWANI DUBEY - avatar