A good answer might be:

Yes. (The button you clicked on to get here is a GUI component similar to Swing's JButton class.)

Graphical Components

A GUI application program shows the user a graphical interface. The graphical interface consists of graphical components, such as:

The user interacts with the application by:

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

QUESTION 3:

Generate an event.