简体   繁体   English

如何在 Java 中创建启动画面?

[英]How to create a splash screen in Java?

I'm new to Java.我是 Java 新手。 I need to add a splash screen and It should be checking the database existence when it's running.我需要添加一个启动画面,它应该在运行时检查数据库是否存在。 How could I do this with Java?我怎么能用Java做到这一点?

Thanks in Advance!提前致谢!

You should look at this url http://docs.oracle.com/javase/tutorial/uiswing/misc/splashscreen.html你应该看看这个网址http://docs.oracle.com/javase/tutorial/uiswing/misc/splashscreen.html

Then your problem with the splash screen is solved :-).那么你的启动画面问题就解决了:-)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM