Ch1 - Creating GUI Using AWT Components
Ch1 - Creating GUI Using AWT Components
Class: BIT28
Chapter 01
Faculty of Computing
SIMAD University
Java AWT controls are the controls that are used to design
graphical user interfaces or web applications. To make an
effective GUI,
Java provides java.awt package that supports various
AWT controls like Label, Button, CheckBox, CheckBox
Group, List, Text Field, Text Area, Choice, Scrollbar etc.
These controls are subclasses of Component.
Individual Assignment
Assignment One
Difference between TextField and TextArea in Java AWT, (concept & Practice)