In a big project i found in the logs that multiple event dispatcher threads are used after a longer runtime:
multiple Threads : 3x java.awt.EventDispatchThread "AWT-EventQueue-{0,1,2}"
The log output is from a function to detect multiple threads with similar names. The application is launched via webstart, so one edt might be for the JavaConsole at startup but why are to left? Are multiple edt active at the same time?