2,2c2,2 < * @(#)ElbowHandle.java 5.2 --- > * @(#)ElbowHandle.java 3a4,9 > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 14a21,22 > * > * @version <$CURRENT_VERSION$> 43a52,52 > } 44,44c53,53 < } else { --- > else { 78a88,88 > Figure startFigure = line.getStartConnector().owner(); 79,79d87 < Figure startFigure = line.start().owner(); 80,80c89,89 < Figure endFigure = line.end().owner(); --- > Figure endFigure = line.getEndConnector().owner(); 93,93c102,102 < if (fSegment == 0) --- > if (fSegment == 0) { 94a104,104 > } 95,95c105,105 < if (fSegment == line.pointCount()-2) --- > if (fSegment == line.pointCount()-2) { 101a113,113 > Figure startFigure = line.getStartConnector().owner(); 102,102d112 < Figure startFigure = line.start().owner(); 103,103c114,114 < Figure endFigure = line.end().owner(); --- > Figure endFigure = line.getEndConnector().owner(); 115,115c126,126 < if (fSegment == 0) --- > if (fSegment == 0) { 116a128,128 > } 117,117c129,129 < if (fSegment == line.pointCount()-2) --- > if (fSegment == line.pointCount()-2) { 118a131,131 > } 124a107,107 > } 125,125d106 <