Abstract Window Toolkit (java.awt.*)

The Abstract Window Toolkit (AWT) supports Graphical User Interface (GUI) programming. AWT features include:

Although not as extensive a 2D toolkit as the javax.swing.* api (Swing is built on top of the AWT) in terms of graphics tools, the AWT is the place to start your graphics study in Java.