зеркало из https://github.com/mozilla/gecko-dev.git
Modified means of getting the splash screen image so it works when app is run as a jar. jrg
This commit is contained in:
Родитель
2345e2c1c9
Коммит
0c6123d2b7
|
@ -34,7 +34,7 @@ public class Splash extends JWindow {
|
|||
|
||||
public Splash() {
|
||||
super();
|
||||
ImageIcon image = new ImageIcon("ui/images/splash.gif");
|
||||
ImageIcon image = new ImageIcon(getClass().getResource("images/GrendelSplash.jpg"));
|
||||
JLabel splashLabel = new JLabel(image);
|
||||
getContentPane().add(splashLabel);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче