2,2c2,2 < * @(#)Iconkit.java 5.2 --- > * @(#)Iconkit.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 24a31,32 > * > * @version <$CURRENT_VERSION$> 74a83,83 > } 75,75c84,84 < } catch (Exception e) { } --- > catch(Exception e) { } 100,100c109,109 < if (fMap.containsKey(filename)) --- > if (fMap.containsKey(filename)) { 101a111,111 > } 103,103c113,113 < if (image != null) --- > if (image != null) { 104a115,115 > } 112,112c123,123 < if (fgDebug) --- > if (fgDebug) { 113a125,125 > } 114a127,127 > } 115,115c128,128 < } catch (Exception ex) { --- > catch (Exception ex) { 127,127c140,140 < if (image != null) --- > if (image != null) { 128a142,142 > } 136,136c150,150 < if (fMap.containsKey(filename)) --- > if (fMap.containsKey(filename)) { 137a152,152 > }