2,2c2,2 < * @(#)ToolButton.java 5.2 --- > * @(#)ToolButton.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 14a21,21 > * 15a23,24 > * > * @version <$CURRENT_VERSION$> 27,27c36,36 < if (kit == null) --- > if (kit == null) { 28a38,38 > } 40a51,51 > } 41a53,54 > // ignore exception > } 41,41c52,52 < } catch (Exception e) { } --- > catch (Exception e) { 92,92c105,105 < if (fIcon.selected() != null) --- > if (fIcon.selected() != null) { 94a108,108 > }