((LoadProgress2) loadProgress).pack();
loadProgress.setVisible(true);
// but just in case it doesn't, we'll join on the worker
try {
worker.join();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
// System.out.println("loadNew 6, ex: " + fileLoader.getException());