2c2 < * @(#)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 > * 15a23,24 > * > * @version <$CURRENT_VERSION$> 27c36 < if (kit == null) --- > if (kit == null) { 28a38 > } 41c51,54 < } catch (Exception e) { } --- > } > catch (Exception e) { > // ignore exception > } 92c105 < if (fIcon.selected() != null) --- > if (fIcon.selected() != null) { 94a108 > }