/** Creates new form GraphPanel */
public GraphPanel() {
initComponents();
file = new File("untitled.txt");
scene = new GraphEditorScene();
sceneView = scene.createView();
scrollPane.setViewportView(sceneView);
sceneView.setInheritsPopupMenu(true);
sceneView.addMouseListener(new MouseAdapter() {
public void mouseReleased(MouseEvent me) {