this.addWindowListener(new WindowHandler());
Container content = getContentPane();
centerPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
newFileTree = new SimpleProjectTree(new DefaultMutableTreeNode(
"Projects"));
pTree = new ProjectTree(new DefaultMutableTreeNode("Projects"));
centerPane.setLeftComponent(new JScrollPane(pTree));