I am new to Java Swing and my question is related to Event Queues and Dispatch threads.
I read that it is possible to have multiple event queues , each per AppContext instance. Similarly does it mean each AppContext Event queue has its own event dispatch thread.
It is only possible to have one event dispatch thread as far as I’m aware.
Apparently AppContext is not meant to be used by developers, although I’m not really familiar with it.