The Abstract Window Toolkit (AWT) is a set of Java classes for building
graphical user interfaces (GUI). The classes are designed to be platform
independent. Each Java VM implementation must map the AWT classes to their
native equivalents for the platform that the Java VM is running on. This
allows a GUI application to be written using the AWT which will run on
any platform that has a Java VM.
The AWT includes classes for :
-
windows
-
dialogs
-
buttons
-
list boxes
-
combo boxes
-
edit boxes
-
scroll panes
-
printing
-
clipboard operations
-
mouseless operation
-
popup menus