GWT 使用前获取图像
在 GWT 应用程序中,我确定使用一张图像,但我希望应用程序仅在我要使用的图像已加载时才加载,以便用户看不到部分加载的图像,我怎样才能做吗?
In a GWT application, i'm sure to use one image, but i want the application to load only when the image i'm going to use has already been loaded so that the user does not see the image partially loading, how can i do it??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是类似
Image.prefetch(String url)
?Do you mean something like
Image.prefetch(String url)
?