December 2015
Intermediate to advanced
1032 pages
29h 4m
English
In this chapter
Event handling is of fundamental importance to programs with a graphical user interface. To implement user interfaces, you have to master the way in which Java handles events. This chapter explains how the Java AWT event model works. You will see how to capture events from user interface components and input devices. We will also show you how to work with actions, which represent a more structured approach for processing action events.
Any operating environment that supports GUIs constantly monitors events such as keystrokes or mouse clicks. The operating environment reports ...
Read now
Unlock full access