graphical user interfaces. chapter goals to use layout managers to arrange user ‑ interface...

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

If you can't read please download the document

Upload: clarissa-hill

Post on 20-Jan-2018

224 views

Category:

Documents


0 download

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