Setting Properties and Adding Event Handlers

This panel allows to set properties of components or beans and to add event handlers to the corresponding Java class.

To each component, an ID can be assigned which determines the name of the variable in the forms Java class.
If no name is specified, no corresponding variable will be generated in your source.
Note: The source generation happens when you save the form. It is not performed right away when you add the component and assign an ID to it.

In the Properties section, properties of the currently selected component can be changed. See the "Customizers" panel for how to set up properties of more complex types (such as font or color).

In the Events section, event handlers for the currently selected component can be created by doubleclicking an event method.

See the AnyJ Guide for detailed information on how event handling is realized and how ressource files are structured.