Site hosted by Angelfire.com: Build your free website today!
 

Event

Events are generate by Swing components corresponding to user actions.

Event types:

ActionEvent, ActionListener

User clicks a button, presses Return while typing in a text field, or chooses a menu item

WindowEvent, WindowListener

User close a frame

MouseEvent, MouseListener

User presses a mouse button while the cursor is over a component

MouseMotionListener

User moves the mouse over a component

ComponentEvent, ComponentListener

Component becomes visible

FocusEvent, FocusListener

Component gets the keyboard focus

ListSelectionEvent, ListSelectionListener

Table or list selection changes