本文介绍了如何在Eclipse中设置SplashScreen?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的应用程序将在启动主窗口之前加载splashScreen。如何设置在Eclipse中运行的splashScreen?有一个地方将splash:splashScreen.png放在NetBeans中,以便应用程序以SplashScreen开头。任何类似的东西在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>
推荐答案
这个链接说明了如何添加你的闪屏与netbeans -
This link explains best how to add your splashscreen with netbeans -
。
对于Eclipse,只需在调试/运行配置面板中将-splash:path / to / image添加到VM参数。
For Eclipse just add the -splash:path/to/image to VM arguments in the Debug/Run configurations panel.
这篇关于如何在Eclipse中设置SplashScreen?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!