Adanced Java Programming
Introduction to AWT
Smt.M.Jeevana Sujitha
Assistant Professor
Department of Computer Science and Engineering
SRKR Engineering College, Bhimavaram, A.P. - 534204
OBJECTIVES
The Objective of this lecture is
Window
Introduction to AWT
Introduction to AWT
AWT Hierarchy
AWT Hierarchy
Component: It is an object which is displayed in the container.
Example: Label, TextField, Button are components.
Container: A group of components can be placed in a Frame is known
as Container.
like Button, TextField etc.
AWT Hierarchy
Window: The window is the container that have no borders and menu bars.
Panel: The Panel is the container that does not contain title bar and menu bars. It have another components like Button, TextField.
Frame: It is the container that contain title bar and can have menu bars. It can have other components
THANK YOU