|
|
|
|
|
by thesuperbigfrog
2395 days ago
|
|
I agree with you. JavaFX is better than Swing for most use cases. I gave the Swing "Hello World" example because it shows a minimal, simple example of how little code is needed to create cross-platform GUI in Java. JavaFX is also technically an external library now since Oracle spun out JavaFX to OpenJFX and Gluon has taken over development and maintenance, although many but not all OpenJDK distributions include it. |
|