Abstract Window Toolkit (AWT) |
Documentation Contents |
The Abstract Window Toolkit (AWT) supports Graphical User Interface (GUI) programming. AWT features include:The Swing classes are built on top of the AWT architecture.
- 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
Copyright © 2005 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: java-awt@java.sun.com |
Java Software |