+ 5
JavaFX vs Swing vs AWT vs Applet
I have been hearing this terms quite frequently nowadays can anyone please explain what are these? What is the relation between them? Which one is the best?
4 Réponses
+ 6
Java Fx is the best for making gui applications in java
+ 3
To make a GUI in Java you will import these libraries (applet is not a library, it is an old term for a Java app that runs in its own GUI in a browser), specify details of your frame then your GUI will appear
+ 2
Java fx, Swing, and AWT are all toolkits that let you build GUIs (Graphical User Interfaces). Applets are a program type that lets you run your Java code on the internet. It isn’t a toolkit.
0
id use javafx as its the most modern one.