frame2.setLocation(0, 320);
model = new DefaultGraphModel();
controller1 = new DefaultController(model);
controller2 = new DefaultController(model);
controller2.setGraphSelectionModel(controller1.getGraphSelectionModel());
JScrollPane sp1 = new JScrollPane(controller1.getGraphView());