aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/JNLPSplashScreen.java
diff options
context:
space:
mode:
Diffstat (limited to 'netx/net/sourceforge/jnlp/JNLPSplashScreen.java')
-rw-r--r--netx/net/sourceforge/jnlp/JNLPSplashScreen.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/JNLPSplashScreen.java b/netx/net/sourceforge/jnlp/JNLPSplashScreen.java
index f360402..867e953 100644
--- a/netx/net/sourceforge/jnlp/JNLPSplashScreen.java
+++ b/netx/net/sourceforge/jnlp/JNLPSplashScreen.java
@@ -14,6 +14,7 @@ import javax.swing.JDialog;
import net.sourceforge.jnlp.cache.ResourceTracker;
import net.sourceforge.jnlp.runtime.JNLPRuntime;
+import net.sourceforge.jnlp.util.ImageResources;
public class JNLPSplashScreen extends JDialog {
@@ -28,6 +29,8 @@ public class JNLPSplashScreen extends JDialog {
public JNLPSplashScreen(ResourceTracker resourceTracker,
String applicationTitle, String applicationVendor) {
+ setIconImages(ImageResources.INSTANCE.getApplicationImages());
+
// If the JNLP file does not contain any icon images, the splash image
// will consist of the application's title and vendor, as taken from the
// JNLP file.