2c2 < * @(#)URLTool.java 5.2 --- > * @(#)URLTool.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 12,13c18 < import CH.ifa.draw.util.*; < --- > import CH.ifa.draw.util.FloatingTextField; 18a24 > * 19a26,27 > * > * @version <$CURRENT_VERSION$> 39a48 > editor().toolDone(); 50,53d58 < public void endAction(ActionEvent e) { < endEdit(); < } < 60c65 < endAction(event); --- > endEdit(); 66c71 < if (figure != fURLTarget && fURLTarget != null) --- > if (figure != fURLTarget && fURLTarget != null) { 67a73 > } 94c100 < if (url == null) --- > if (url == null) { 95a102 > } 103d109 <