InterviewSolution
Saved Bookmarks
| 1. |
What Is Abstract Window Toolkit (awt) ? |
|
Answer» A collection of graphical USER interface (GUI) components that were implemented using native-platform versions of the components. These components provide that SUBSET of functionality which is common to all native platforms. Largely SUPPLANTED by the PROJECT Swing COMPONENT set. See also Swing. A collection of graphical user interface (GUI) components that were implemented using native-platform versions of the components. These components provide that subset of functionality which is common to all native platforms. Largely supplanted by the Project Swing component set. See also Swing. |
|