2,2c2,2 < * @(#)GroupFigure.java 5.2 --- > * @(#)GroupFigure.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$> 35a44,44 > FigureEnumeration fe = figures(); 36,36d43 < FigureEnumeration k = figures(); 37,37c45,45 < Rectangle r = k.nextFigure().displayBox(); --- > Rectangle r = fe.nextFigure().displayBox(); 38a47,47 > while (fe.hasMoreElements()) { 39,39d46 < while (k.hasMoreElements()) 40a49,49 > } 40,40c48,48 < r.add(k.nextFigure().displayBox()); --- > r.add(fe.nextFigure().displayBox()); 71,71c80,80 < while (k.hasMoreElements()) --- > while (k.hasMoreElements()) { 74a84,84 > }