56a57,59 > * Which is the figure this is attached too and NOT the connection it may be > * attached too. > * 104,104c107,107 < dw.writeStorable(fOwner); --- > dw.writeStorable(owner()); 112a116,125 > > /** > * Requests that the connector should show itself or hide itself. The > * ConnectionFigure which desires to connect to this Connector is passed in. > * It a connector should show itself it should do so when draw is called, if > * so desired. > */ > public void connectorVisibility(boolean isVisible, ConnectionFigure courtingConnection) { > //invisible by default > }