1

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

Noor
  • 19,638
  • 38
  • 136
  • 254

1 Answers1

2

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

z00bs
  • 7,518
  • 4
  • 34
  • 53