run();
return null;
}
};
// start up the worker thread
worker.start();
loadTimer = new javax.swing.Timer(200, new TimerListener());
loadTimer.start();
// show a modal dialog, should block until loading done...
loadProgress.setIndeterminate(true);
((LoadProgress2) loadProgress).pack();