ProgressInfo.START_PROGRESS);
this.getProgressNotifier().notifyListeners(
new ProgressInfo(ProgressType.MAX_PROGRESS, 10));
NewStarFromDatabaseTask task = new NewStarFromDatabaseTask(
starName, auid, minJD, maxJD, isAdditiveLoad);
this.currTask = task;
task.execute();
} catch (Exception ex) {
ValidObservation.restore();
MessageBox.showErrorDialog(Mediator.getUI().getComponent(),
MenuBar.NEW_STAR_FROM_DATABASE, ex);