0
JavaFx or java swing which one is better for desktop application?
4 Respostas
+ 3
Swing is outdated. I suggest you to use javafx.
download:
https://openjfx.io
tutorials:
https://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm
http://tutorials.jenkov.com/javafx/index.html
+ 2
JavaFx. But both helps and JavaFx has added features of design and rich set Internet applications..
This can give you better differences between those two....:
https://www.educba.com/java-swing-vs-java-fx/
+ 2
It is based on opinion. But libraries are good. However, JavaFX is officially a replacement for swing so it might become even better in the future. Also JavaFX allows support for theming with CSS. That said, Swing has more components and is much more popular.