java.awt (Java package)

A JavaPackage that represents the Abstract Windowing Toolkit.

Availability:

JavaScript - 1.1
Netscape - 3.0

The Abstract Windowing Toolkit is a set of Classes that provide a platform-independant way to develop graphical user interfaces on your applets or Java applications. It was introduced quite early on in the Java history at version 1.0 and had some major additions at Java 1.1, and it has now been supplemented by the Swing components which override some AWT functionality but do not render it entirely obsolete.