有人有 Java 启动画面的简单代码示例吗?

发布于 2024-11-02 14:46:37 字数 31 浏览 2 评论 0原文

只是想知道有人有基本启动屏幕代码或示例的链接吗?

Just wondering has anyone any links to basic splash screen code or examples?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一萌ing 2024-11-09 14:46:37

在 JDK 1.6 中,您可以执行以下操作:

    java -splash:filename.gif SplashTest

请参阅这篇文章。或者,您可以扩展 JWindow 并制作自己的启动屏幕。请参阅此链接

In JDK 1.6 you can do the following

    java -splash:filename.gif SplashTest

See this article. Alternatively you can extend JWindow and make you own splash screen. See this link.

绝影如岚 2024-11-09 14:46:37

Java 6 的启动功能非常值得关注。

可能还有另一种方法来添加启动项(这也适用于早期的 JRE)。如果应用程序。有一个 GUI,可以从网站启动,请查看 Java Web Start 来启动它。 JWS 提供了启动屏幕功能,以及许多其他简洁的功能,包括桌面集成(菜单项和带有图标的桌面快捷方式)和桌面集成。自动更新。

The Java 6 splash functionality is well worth looking at.

There might also be another way to add a splash (that will work for earlier JREs as well). If the app. has a GUI and can be launched from a web site, look into Java Web Start to launch it. JWS provides a splash screen ability, as well as many other neat features including desktop integration (menu items & desktop shortcuts with icons) & auto update.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文