Browsing index pages (2 articles)
↧
Starting threads from inside EDT event handler code in Swing apps
My understanding of the Swing Event Dispatcher Thread (EDT) is that its a dedicated thread where event handling code is executed. So, if my understanding is correct, then in the example below: private...
View ArticleAnswer by Marco13 for Starting threads from inside EDT event handler code in...
The question is a bit broad and unspecific, but I'll try to address some of the points that you asked about. The entry point for further, own research is probably the Lesson: Concurrency in Swing,...
View Article
Browsing index pages (2 articles)