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.
|