153154155156157158159160161162163
unescapedFile.renameTo(iconFile); } } // now load the (renamed) image try { return new LazyImageIcon(iconFile.toURI().toURL()); } catch (MalformedURLException e) { e.printStackTrace(); } return null; }