What is AWT?

What is AWT?

Abstract Window Toolkit provides a standard Application Programming Interface for writing Graphical User Interfaces in Java.

Abstract Window Toolkit (AWT) is a set of application program interfaces ( APIs) used by Java programmers to create graphical user interface ( GUI ) objects such as TextField, Label, TextArea, RadioButton, CheckBox, Choice, List etc.
Differences between Swing and AWT
Differences between Swing and AWT - Swing is a library of GUI controls. Classes in swing are not OS dependent....
Heavyweight components and lightweight component
Heavyweight components and lightweight component - In Java AWT - Abstract Window Toolkit, GUI components created are OS dependent....
Different types of controls in AWT
Controls and types of controls in AWT - Controls are components that allow a user to interact with your application....
Post your comment