0
Java gui framework
Hello what is the best java gui framework? Which one do software engineers use? I am about to finish learning java and I need to create apps or projects
3 Respostas
+ 2
The best GUI library for desktop applications is JavaFX. Starting from Java 11 it was removed from the standard Java JDK, so you would have to install it separately. But it is actively developed and maintained.
You can also use Java Swing that's still part of the JDK, even though it is legacy (old) technology but still it works. Lots of software, including some of the best Java IDE programs, are developed with Swing.
https://news.kynosarges.org/2018/03/26/javafx-decoupled-from-java-se-11/
For web apps, Spring Boot is probably the most popular, but there are also plenty of other frameworks to choose from.
+ 2
Android development has its own framework and API.
https://developer.android.com/guide
0
Tibor Santa and for android ?