scrollPane.removeComponentListener(componentListener);
scrollPane.getVerticalScrollBar()
.removeAdjustmentListener(this);
scrollPane.getHorizontalScrollBar()
.removeAdjustmentListener(this);
scrollPane.removePropertyChangeListener(this);
}
// Restores the layout cache of the backing graph
backingGraph.setGraphLayoutCache(initialLayoutCache);
}