graphDrawPanel.setBorder(BorderFactory.createLineBorder(Color.BLACK));
//graphDrawPanel.setName("graphDrawPanel");
graphDrawPanel.setBackground(Color.WHITE);
graphMouseListener = new GraphMouseListener(graphDrawPanel, controller, null);
graphDrawPanel.addMouseListener(graphMouseListener);
graphDrawPanel.addMouseMotionListener(mouseMotionListener);
GroupLayout graphBackgroundPanelLayout = new GroupLayout(graphBackgroundPanel);
graphBackgroundPanel.setLayout(graphBackgroundPanelLayout);