src/share/classes/java/awt/SplashScreen.java
Print this page
*** 217,227 ****
imageURL = new File(fileName).toURL();
}
}
}
catch(java.net.MalformedURLException e) {
! if (log.isLoggable(PlatformLogger.FINE)) {
log.fine("MalformedURLException caught in the getImageURL() method", e);
}
}
}
return imageURL;
--- 217,227 ----
imageURL = new File(fileName).toURL();
}
}
}
catch(java.net.MalformedURLException e) {
! if (log.isLoggable(PlatformLogger.Level.FINE)) {
log.fine("MalformedURLException caught in the getImageURL() method", e);
}
}
}
return imageURL;