Graphical User Interfaces. Chapter Goals To use layout managers to arrange user ‑ interface components…

Embed Size (px)

DESCRIPTION

Introduction  Graphical User Interface (GUI):  a user-friendly mechanism for interacting with an application.  Pronounced “GOO-ee”  built from GUI components.  GUI Component:  an object with which the user interacts via the mouse, the keyboard or another form of input, such as voice recognition.  E.g. Frame, Label, TextFields  We will learn Swing GUI components from the javax.swing package. Page 3