2,2c2,2 < * @(#)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 14a22,23 > * > * @version <$CURRENT_VERSION$> 27a37,37 > copyFigures(view().selectionElements(), view().selectionCount()); 28,28d36 < copySelection(); 32,32c41,41 < return fView.selectionCount() > 0; --- > return view().selectionCount() > 0; 33a20,20 > * 34,34d19 < 36,37d43 < <