Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set SplashScreen in Eclipse?

My App would load a splashScreen before launching the main window. How do you set the splashScreen running in Eclipse? There was a place to put the "splash:splashScreen.png" in NetBeans so that the App would start with the SplashScreen. Anything like that in Eclipse>

like image 341
Justin Woods Avatar asked Sep 23 '11 18:09

Justin Woods


1 Answers

This link explains best how to add your splashscreen with netbeans -

http://wiki.netbeans.org/Splash_Screen_Beginner_Tutorial.

For Eclipse just add the -splash:path/to/image to VM arguments in the Debug/Run configurations panel.

like image 66
karol Avatar answered Oct 30 '22 01:10

karol