小程序加载时的进度条
好吧,假设我有一个 Java 小程序,需要一段时间才能加载(约 5 秒)。它正在获取 mysql-connector.jar 并且正在加载。好吧..而不是带有咖啡标志的灰色盒子...我可以让它有一个带有百分比的简单进度条吗?
谢谢。
OK so, let's say I have a Java applet that takes a while to load (~5 secs). It's getting the mysql-connector.jar and it's loading. Well.. instead of the gray box with the coffee logo... can I make it have a simple progress bar with the percent?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要 mysql 连接器,那么您的应用程序似乎相当复杂,并且您至少应该考虑使用 java webstart。来自常见问题解答:
如果你真的想做进度条,这个页面描述了一个解决方案,但它无论如何都不是微不足道的。
If you need the mysql-connector it seems like your application is fairly complex, and that you should, at least consider, using java webstart. From the faq:
If you really want to do the progress bar, this page describes a solution, but it's not trivial by any mean.