NEWT’s event model is pretty simple.
It spawns one Event Dispatch Thread (EDT) for each unique Display
which role is to handle:
- input events
- window lifecycle actions (window visibility, resize, .. etc)
- not rendering
NEWT’s event model is pretty simple.
It spawns one Event Dispatch Thread (EDT) for each unique Display
which role is to handle: