Java AWT
Java AWT Abstract Window Toolkit – Classes
The Design of the Java AWT is an excellent example of using classes, inheritances, and interfaces. The AWT contains the following essential classes. The class’s hierarchical relationship is shown below.
Component: This is a super class of all AWT user interface classes.
Container:This is used to group components. A container can be embedded in another…
View On WordPress














