}
private void initContents() {
this.tree = new ProjectTree(this);
this.tabManager = new EncogTabManager(this);
this.outputPanel = new EncogOutputPanel();
this.documentSplit = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
this.tabManager.getDocumentTabs(), this.outputPanel);