The Java(tm) FAQ -- Events -- JDK 1.0.2

Copyright        Table of Contents        Chapters:   1   2   3   4   5   6   7   8   9   10   11

Outline


Events -- JDK 1.0.2


Q6.1
What information can be carried in the JDK 1.0.2 by an Event object?
Q6.2
What information do specific event types in the JDK 1.0.2 carry?

See also: Q5.9, Q6.3


Q6.3
What is the general model in the JDK 1.0.2 for distributing and handling events?

See also: Q5.1, Q5.9, Q6.2, Q6.4


Q6.4
What methods should I use in the JDK 1.0.2 to handle events?

See also: Q1.17, Q6.3, Q6.5


Q6.5
What is an action event?

ActionEventExample.html

See also: Q6.3, Q6.4, Q6.6, Q6.8, Q7.7


Q6.6
How does the JDK 1.0.2 handle events for function keys, arrow keys, and so on?

ActionKeyExample.html

See also: Q6.1, Q6.2, Q6.3, Q6.4, Q7.13


Q6.7
My frame doesn't close when I click on Quit/Close in the main menu -- how do I fix this using JDK 1.0.2?

CloseFrameExample.html

See also: Q7.11


Q6.8
How is my program notified when a menu item is selected?

MenuItemEventExample.html

See also: Q5.1, Q6.3, Q6.4, Q6.5, Q7.8


Q6.9
How is my program notified in the JDK 1.0.2 when a list item is selected or deselected?

ListEventExample.html

See also: Q6.2, Q6.4, Q6.5, Q7.9


Q6.10
How do I hook up a scroll bar in the JDK 1.0.2 so that it controls the scrolling of some other component?

ScrollbarExample.html

See also: Q6.2, Q6.4, Q7.10


Q6.11
Does the AWT in the JDK 1.0.2 distinguish between mouse clicks made with different buttons on a two- or three-button mouse?

MultiButtonMouseExample.html

See also: Q7.14