What is "awt"

AWT (Abstract Window Toolkit) is the original graphic Toolkit of the Java programming language. Currently, AWT is part of the JFC (Java Foundation Classes), the standard API for graphical user interface (GUI) in a Java program. Currently the GUI Widget Swing Toolkit is used for creating Graphic interfaces.

Link to official documentation: Link