Backgroundworker « Thread « Java Swing Q&A





1. Java Backgroundworker: Scope of Widget to be updated unclear    stackoverflow.com

I am trying to understand the mechanism of org.jdesktop.swingx.BackgroundWorker. Their javadoc presents following example:

   final JLabel label;
   class MeaningOfLifeFinder implements BackgroundListener {
    ...