January 2020
Beginner
193 pages
2h 32m
English
Swing is the Java API for building cross-platform GUIs (graphical user interfaces).
If you ever want to write a graphical program (a computer game, for example), you will have to use Swing, or JavaFX, or something similar.
There are many other libraries for doing graphics in Java, but Swing is built in.
The most basic concept of graphics is getting stuff onto the screen.
Read now
Unlock full access