what is the main difference between Java FX and Java Swing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the main difference between Java FX and Java Swing?

21st Jan 2020, 7:41 PM
Shamim Miah
Shamim Miah - avatar
3 Answers
+ 7
Swing since its advent can create UI component using standard Java component classes whereas Java FX initially uses a declarative language called JavaFX script. Swing has a UI component library, and act as a legacy whereas JavaFX has several components built over Swing. read more here: https://www.quora.com/What-is-the-difference-between-Java-Swing-and-JavaFX
21st Jan 2020, 7:56 PM
BroFar
BroFar - avatar
+ 5
https://www.dummies.com/programming/java/10-differences-between-javafx-and-swing/ You can also have look into the oracle tutorial: https://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm
21st Jan 2020, 9:05 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
FX is about a decade newer and provide richer graphics.
23rd Jan 2020, 11:45 AM
Sonic
Sonic - avatar