Roughian Examples Site Map - GWT Examples - Tutorials

Image Widget


Version 1.0 onwards

The Image widget lets you display images



Listeners



Notes


You can use this in the same way that you would use the <img> tag - which is what it actually is, under the covers.


Code


Image widget = new Image("img/IanBambury.jpg");
RootPanel.get("deMo").add(widget);