2,2c2,2 < * @(#)ChopBoxConnector.java 5.2 --- > * @(#)ChopBoxConnector.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 15a22,22 > * 16a24,25 > * > * @version <$CURRENT_VERSION$> 32a42,42 > Figure startFigure = connection.getStartConnector().owner(); 33,33d41 < Figure startFigure = connection.start().owner(); 34,34c43,43 < Rectangle r2 = connection.end().displayBox(); --- > Rectangle r2 = connection.getEndConnector().displayBox(); 37,37c46,46 < if (connection.pointCount() == 2) --- > if (connection.pointCount() == 2) { 38a48,48 > } 39,39c49,49 < else --- > else { 40a51,51 > } 46,46c57,57 < Figure endFigure = connection.end().owner(); --- > Figure endFigure = connection.getEndConnector().owner(); 47,47c58,58 < Rectangle r1 = connection.start().displayBox(); --- > Rectangle r1 = connection.getStartConnector().displayBox(); 50,50c61,61 < if (connection.pointCount() == 2) --- > if (connection.pointCount() == 2) { 51a63,63 > } 52,52c64,64 < else --- > else { 53a66,66 > }