It's just an Iframe, and you use it in the same way
Frame frame = new Frame("http://www.google.com/"); frame.setWidth("100%"); frame.setHeight("450px"); RootPanel.get("demo").add(frame);