ci.setPrototypeDecorator(manipulator);
// To illustrate the notification call-backs from the
// manipulator, here is an simple example of a connector
// listener
ConnectorListener cl = new ConnectorListener() {
public void connectorDragged(ConnectorEvent e) {
//// System.out.println("Dragged");
}
public void connectorDropped(ConnectorEvent e) {