GUI Components
We will learn how to build graphical user interfaces (GUIs) in Java
GUI building blocks are called components, which are part of Java’s abstract windowing toolkit (AWT)
AWT components include: labels, buttons, text fields, text areas, checkboxes, radio buttons, drop-down lists (or “choices”), scrollbars, and scrollable lists