super("Gantt Chart");
statusBar = new GanttStatusBar(this);
myTabPane = new GanttTabbedPane();
myViewManager = new ViewManagerImpl(myTabPane);
addProjectEventListener(myViewManager);
myTimeUnitStack = new GPTimeUnitStack(getLanguage());
myUIFacade =new UIFacadeImpl(this, statusBar, getProject(), (UIFacade)this);
GPLogger.setUIFacade(myUIFacade);
myDocumentManager = new DocumentCreator(this, getUIFacade(), null) {
protected ParserFactory getParserFactory() {
return GanttProjectBase.this.getParserFactory();