Skip to content

Conversation

@ptziegler
Copy link
Contributor

The "focusable" property is stored as a local variable in the AWT context. This field is updated when the AWT composite is initially created and when a "focusable" event is fired.

Both operations are executed from within the AWT event thread, but the access to this field may be from both the SWT and the AWT event thread.

The "focusable" property is stored as a local variable in the AWT
context. This field is updated when the AWT composite is initially
created and when a "focusable" event is fired.

Both operations are executed from within the AWT event thread, but the
access to this field may be from both the SWT and the AWT event thread.
@ptziegler ptziegler added this to the 1.22.0 milestone Sep 11, 2025
@ptziegler ptziegler merged commit b2f3121 into eclipse-windowbuilder:master Sep 11, 2025
8 checks passed
@ptziegler ptziegler deleted the swing-focusable-embedded-swing-composite branch September 11, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant