Created new splash screen.

main
zwu18 8 years ago
parent 5fd5a3bd54
commit 0b718f4f57

@ -49,7 +49,7 @@ public class App extends Application {
@Override
public void init() {
ImageView splash = new ImageView(new Image(
getClass().getClassLoader().getResourceAsStream("images/splashScreen.png")
getClass().getClassLoader().getResourceAsStream("images/splashScreen.gif")
));
loadProgress = new ProgressBar();
loadProgress.setPrefWidth(SPLASH_WIDTH - 20);

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 KiB

Loading…
Cancel
Save