Show an external image on your page.
//stick the image in the ~/www folder
HorizontalPanel pLoading = new HorizontalPanel();
String sImage = GWT.getModuleBaseURL() + “loading2.gif”;
Image image = new Image(sImage);
pLoading.add(image);
Add A Comment
You must be logged in to post a comment.
