sourceTree.setCursor(Cursor
.getPredefinedCursor(Cursor.WAIT_CURSOR));
lastPathComponent.removeAllChildren();
new BackgroundChildFileObjectPopulator(lastPathComponent,
vfsNode).run();
treeModel.reload(lastPathComponent);
sourceTree.setCursor(Cursor.getDefaultCursor());
}
});
thread.setPriority(Thread.MIN_PRIORITY);
thread.start();