站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Abstract Window Toolkit (AWT) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

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

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:

Additional Specification


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