centerPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
newFileTree = new SimpleProjectTree(new DefaultMutableTreeNode(
"Projects"));
pTree = new ProjectTree(new DefaultMutableTreeNode("Projects"));
centerPane.setLeftComponent(new JScrollPane(pTree));
// content.add("West", new JScrollPane(pTree));