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