站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Abstract Window Toolkit (AWT) - JDK 5 Documentation v6.0, 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 set of native 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 Swing classes are built on top of the AWT architecture.

API Specification

Tutorials and Programmer's Guides

API Enhancements

More Information


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