How many EDTs
Hello there:
suppose I have a Swing application, and responding to one of its menu command pop up a model dialog box, which has multiple GUI components in its own right. Since the dialog box has its own message pump (or event queue), does it mean that in this case we have two Event Dispatching Threads? One for the parent frame and the other for the dialog box?
Thanks for your answer,
Sway

