Friday, March 18, 2016

Which GUI API is best for Desktop Java Applications?


When programming in Java there are many different GUI APIs to choose from including AWT, SWT, Swing, and JavaFX. Which one should you use for your Java application? Is it even worth learning how to use these libraries considering how most Java development is now Android based?