Top
Previous Next
Interfaces, GUIs, and Applets CS 161 - Java

Event Driven Programming

Most computer applications being developed today, especially ones with a Graphical User Interface (GUI) are based on a programming model known as "Event Driven".

The life cycle of these applications all follow the same pattern:


Top
Previous Next
jwd