Top
Previous Next
Interfaces, GUIs, and Applets CS 161 - Java

Abstract Windowing Toolkit (AWT)

A least common denominator set of GUI components supported by the native windowing environments of the platforms Java was originally built to support: Windows, Unix X Window System, Macintosh

Basic Controls

Other User Input Controls

Custom

Containers

AWT being supplanted by Swing in JDK 1.1 and Java 2

Swing provides a superset of GUI capabilities.

Better, faster, more portable

Built on top of AWT


Top
Previous Next
jwd