Java gui framework | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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

27th Sep 2020, 7:42 AM
Yasmine
Yasmine - avatar
3 ответов
+ 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.
27th Sep 2020, 7:50 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Android development has its own framework and API. https://developer.android.com/guide
27th Sep 2020, 7:57 AM
Tibor Santa
Tibor Santa - avatar
0
Tibor Santa and for android ?
27th Sep 2020, 7:54 AM
Yasmine
Yasmine - avatar