go to previous page   go to home page   go to next page

Answer:

Yes.

Events

A GUI application program shows the user a graphical interface containing several graphical components. The user controls the application by interacting with the graphical components, doing such things as:

An action such as clicking on a button is called an event. In reading these notes you have been generating events by using the graphical interface of your Web browser.

QUESTION 3:

Generate an event.