Whole document tree
    

Whole document tree

Abstract Window Toolkit (AWT)
Java

Abstract Window Toolkit (AWT)

Documentation Contents

The Abstract Window Toolkit (AWT) supports Graphical User Interface (GUI) programming. AWT features include:
  • a rich set of user interface components;
  • a robust event-handling model;
  • graphics and imaging tools, including shape, color, and font classes;
  • layout managers, for flexible window layouts that don't depend on a particular window size or screen resolution;
  • data transfer classes, for cut-and-paste through the native platform clipboard.
The AWT is part of the Java Foundation Classes (JFC). For other JFC features, see below.

Enhancements in the Java 2 SDK, v1.3

Using the AWT

The Overview and Demos were originally written for programmers making the transition from 1.0 to 1.1, and most of the documents have not been updated recently. The programming techniques they describe are still applicable in the Java 2 platform.

On the Java Software web site:

API References

Other JFC APIs

On the Java Software web site:

Copyright © 1996-99 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: java-awt@java.sun.com  Sun Microsystems, Inc
Java Software