2c2 < * @(#)CopyCommand.java 5.2 --- > * @(#)CopyCommand.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 13a20 > * 14a22,23 > * > * @version <$CURRENT_VERSION$> 28c37 < copySelection(); --- > copyFigures(view().selectionElements(), view().selectionCount()); 32c41 < return fView.selectionCount() > 0; --- > return view().selectionCount() > 0; 34d42 < 36,37d43 < <