Search code examples
gwtimage-loadingimage-load

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??


Solution

  • Do you mean something like Image.prefetch(String url)?