mainTimeline.getModel().addDomainObserver(this);
mainTimeline.getModel().addWindowBoundsObserver(this);
// Create the report dialog for analyzing records within the current
// timeline window selection.
this.reportDialog = new ReportDialog(mainTimeline.getModel(),
dataDispatcher, resources);
}