sourceView = new View(L10N.getLocalString("view.source", "Source"), null, frame.createSourceCodePanel());
viewMap.addView(3, sourceView);
rootWindow = DockingUtil.createRootWindow(viewMap, true);
tabs = new TabWindow(new DockingWindow[]{summaryView, commentsView, sourceView});
tabs.addListener(new DockParentListener());
tabs.setSelectedTab(0);
// tabs.getWindowProperties().setCloseEnabled(false);
rootWindow.setWindow(new SplitWindow(false, 0.4f, topView, tabs));