queue « Event « Java Swing Q&A





1. In Swing can you post an event to the top of the EDT events queue?    stackoverflow.com

I am looking for a way to do what the InvokeLater() function does only instead of putting the event on the bottom of the event queue it puts it on top. ...

2. Event Queue kills GUI    coderanch.com

Hi All, {Already tried this on java.sun forum - got no response. Hopefully you guys can help} I have an application which was working fine. Basically a controller class loaded a Monitor class and a Screen class - both which extend JFrame. The class performed some background tasks and sent messages to the Monitor class and Screen class which updated their ...