2,2c2,2 < * @(#)ElbowConnection.java 5.2 --- > * @(#)ElbowConnection.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 17a24,25 > * > * @version <$CURRENT_VERSION$> 45,45c53,53 < for (int i = 1; i < fPoints.size()-1; i++) --- > for (int i = 1; i < fPoints.size()-1; i++) { 46a55,55 > } 48,48c57,57 < for (int i = 0; i < fPoints.size()-1; i++) --- > for (int i = 0; i < fPoints.size()-1; i++) { 49a59,59 > } 67a78,79 > > Rectangle r1 = getStartConnector().owner().displayBox(); 68,68d77 < Rectangle r1 = start().owner().displayBox(); 69,69c80,80 < Rectangle r2 = end().owner().displayBox(); --- > Rectangle r2 = getEndConnector().owner().displayBox();