GWT Fetch Image before Use
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??
Do you mean something like Image.prefetch(String url)
?
精彩评论