Noor
Noor

Reputation: 20178

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

Upvotes: 1

Views: 144

Answers (1)

z00bs
z00bs

Reputation: 7498

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

Upvotes: 2

Related Questions