public void addComponent(JComponent component) {
// TODO: Implement me
}
public void register(Graph2D graph) {
graph.getSelectionModel().addSelectionListener(new GraphSelectionListener() {
@Override
public void selectionChanged(GraphSelectionEvent evt) {
updateContributions(evt.getNewSelection());
}