I have a dynamic page that displays a lot of images from internet. Some images are heavy and take too much time. So I want to set a timeout period after which default image from resources will be loaded. Kindly tell me how to set timeout on image in lwuit form?
Image image = ImageHelper.getImageFromWeb(entity.getBrand().getPictureURL());
this function just gets images from internet and is working fine. Code will be appreciated.