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