rename splash pic. Spaces in the filename are not best practice

This commit is contained in:
jendave
2011-08-20 08:35:56 +00:00
parent 0c4cada39e
commit 479b2b98db

View File

@@ -48,7 +48,7 @@ public class SplashFrame extends JFrame {
setUndecorated(true); setUndecorated(true);
final ImageIcon bgIcon = new ImageIcon("res/images/ui/forgeSplash by moomarc.jpg"); final ImageIcon bgIcon = new ImageIcon("res/images/ui/forgeSplash.jpg");
final int splashWidthPx = bgIcon.getIconWidth(); final int splashWidthPx = bgIcon.getIconWidth();
final int splashHeightPx = bgIcon.getIconHeight(); final int splashHeightPx = bgIcon.getIconHeight();