Hello,

I have a JTabbedPane in which when I click a specific tab I launch
ProgressMonitor that shows progress of file that is being read. After
ProgressMonitor closes, focus on the tab screen is gained, but everything in
it is not showing (blank screen). Only after I click inside the screen will
I see what's in there. Does anyone have any suggestions?

code:
   protected class SCDThread extends Thread{
                  public SCDThread(){}
                  public void run(){
                         /*
                             method that gets all data and has
ProgressMonitor
                             initialized and updated
                         */
                         scr.addSizeChainScreen();
                         screen6.repaint();
                         screens.setSelectedIndex(5);
                  }
        }

thanks,
Alex

_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to