11c11 < package CH.ifa.draw.standard; --- > package org.jhotdraw.standard; 16c16 < * Default implementation of the {@link CH.ifa.draw.framework.Cursor} interface --- > * Default implementation of the {@link org.jhotdraw.framework.Cursor} interface 21c21 < * @version $Revision: 1.2 $ --- > * @version $Revision: 1.3 $ 24c24 < * @see CH.ifa.draw.framework.Cursor --- > * @see org.jhotdraw.framework.Cursor 26c26 < public class AWTCursor extends Cursor implements CH.ifa.draw.framework.Cursor { --- > public class AWTCursor extends Cursor implements org.jhotdraw.framework.Cursor {