Managing Component Events

are managed through the Events tab in the Component Inspector, which provides a list that matches each event fired by a component with its corresponding handler method. Components in both the Component Inspector and Explorer also have contextual menus that include an Events item.

A new component does not initially have any event handlers defined.

For more information about how to handle events in your program, including information about the Java event model, see "The JFC Swing Tutorial" at http://java.sun.com/docs/books/tutorial/uiswing/index.html

Follow these links for information about managing component events in the IDE:

Defining an Event Handler

Removing an Event Handler

Renaming an Event Handler

Adding Multiple Handlers for One Event



Using the Connection Wizard

Legal Notices