Changes between Version 3 and Version 4 of Ticket #8921, comment 17


Ignore:
Timestamp:
2013-08-02T17:18:06+02:00 (11 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8921, comment 17

    v3 v4  
    11According to the code, AWT-EventQueue-2 can be created only after AWT-EventQueue-0 and AWT-EventQueue-1. Why JDK or someone else created it - that is a question...
    2 P.S. According to https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000000019749, new queue is generated for a new dialog. So when one dialog will access other GUI, it will be EDT violation???
     2P.S. According to https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000000019749, new queue is generated for a new  java.awt.Dialog. So when one dialog will access other GUI, it will be EDT violation???