You can use this in the same way that you would use the <img> tag - which is what it actually is, under the covers.
Image widget = new Image("img/IanBambury.jpg"); RootPanel.get("deMo").add(widget);