73a74,80 > /** > * Requests that the connector should show itself or hide itself. The > * ConnectionFigure which desires to connect to this Connector is passed in. > * If a connector should show itself it should do so when draw is called, if > * so desired. > */ > public void connectorVisibility(boolean isVisible, ConnectionFigure courtingConnection); 75,75d81 <