private GraphLayoutManager layout;
public CallGraphMonitor(Properties props) throws Exception {
PropertyConfigurator.configure(props);
editor = new GraphEditor();
// graph = new GraphImpl();
tree = new TreeImpl();
visual = editor.getVisualGraph();
callStack = new Stack();
createdClasses = new HashMap();