+ 4
GUI of Choice
Hello fellow programmers, Personally, I use Swing for my Java apps. What is your way to create GUI for Java aplications? Do you find some libraries more efficient or convenient?
3 Answers
+ 5
Yes using javafx is best, as it supplies a better GUI format and a better feel(if you know what i mean)
+ 3
I use Java FX write in scene builder with material library I like swing too but material design is just awesome. you can even add your own CSS files to modify some buttons.
+ 2
Swing it has more components