http://docs.oracle.com/javase/6/docs/technotes/guides/awt/
Abstract Window Toolkit (AWT) |
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 do not 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
- The Swing Tutorial touches on parts of the AWT that support the Swing architecture:
- Full-Screen Exclusive Mode API
- How to Create Translucent and Shaped Windows
API Enhancements
- AWT Enhancements in the Java Standard Edition 6.0
- AWT Enhancements in the Java 2 Platform Standard Edition 5.0
- AWT Enhancements in the Java 2 SDK, v1.4
More Information
时间: 2024-10-29 04:56:00