October 2009
Beginner
432 pages
8h 14m
English
WHAT YOU’LL LEARN IN THIS HOUR:
Making your programs aware of events
Setting up a component so it can cause events
Ignoring some components
Finding out where events end up in a program
Storing information in the interface
Converting values stored in text fields
The graphical user interface (GUI) you developed during the past two hours can run on its own. Buttons can be clicked, text fields filled with text, and the window can be resized. Sooner or later, even the least discriminating user is going to be left wanting more. The GUI that a program offers has to cause things to happen when a mouse-click or keyboard entry occurs.
These things become possible when your Java program can ...
Read now
Unlock full access