In computing, a graphical
user interface (GUI, commonly pronounced gooey) is a type of user interface that allows users tointeract with
electronic devices using images rather than text commands. GUIs can be
used in computers, hand-held devicessuch as MP3 players,
portable media players or gaming devices, household appliances and office
equipment. A GUI represents the information and actions available to
a user through graphical icons and visual indicators such as secondary notation,
as opposed to text-based
interfaces, typed command labels or text navigation. The actions are
usually performed through direct manipulation of
the graphical elements.
The Abstract Window Toolkit (AWT) is Java's
original platform-independent windowing, graphics, and user-interface widget toolkit. The AWT is now part of the Java Foundation
Classes (JFC) — the standard API for
providing a graphical user
interface (GUI) for a Java program. AWT is also the GUI toolkit
for a number of Java ME profiles.
For example, Connected
Device Configuration profiles require Java runtimes on mobile telephones to support AWT.
Click the links here for the Video presentation or this PDF Presentation to know more


