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

Post on 20-Jan-2018

224 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

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

top related