selectionListeners = new SynchronizedList<VertexSelectionListener>();
canvas = new GraphCanvas(this);
animator = new GraphAnimator(canvas, manager);
vmh = new VertexMouseHandler(this, canvas);
graphInformationPanel = new GraphInformationPanel(this, manager);
animator.setEdgeWeightVisible(true);
animator.setEdgeFlowVisible(false);