<<< | Index | Java Foundation Classes >>> |
Java provides a rich set of user interface classes for creating interactive applications:
Abstract Window Toolkit (AWT)
Swing
Standard Widget Toolkit (SWT)
The original set of classes was called AWT, the Abstract Windowing Toolkit, but it has been replaced for the most part by the Swing classes.
<<< | Index | Java Foundation Classes >>> |