worker thread « Thread « Java Swing Q&A





1. J2ME lcdui: Can I manipulate my GUI in a worker thread?    stackoverflow.com

I'm just starting with J2ME and lcdui, and I'm looking at some sample code that calls methods on lcdui objects from a worker thread. In my experience with desktop GUI toolkits, this ...

2. Java Swing Threading Problem    stackoverflow.com

so here's the problem. I have a JDialog box that consists of 3 combo boxes, a text field, a few buttons and a JTable. The JTable information is filtered ...

3. Return statement while using worker thread    stackoverflow.com

Do I always have to return something using Worker Thread in Swing? What if I don't have any return value? I just want to use the worker thread to run an ...