constructUserInterface();
setSelectedNode(currentPhase);
HierarchyNoteManager.addHierarchyNoteListener(this);
if (ctx instanceof ApplicationEventSource) {
ApplicationEventSource aes = (ApplicationEventSource) ctx;
aes.addApplicationEventListener(this);
}
frame.setVisible(true);
}