GWT HTML 页面嵌入其他HTML中

Frame frame = new Frame("http://www.baidu.com");
    frame.setSize("1000px", "1000px");
    panel.add(frame);

参考地址:1、 http://examples.roughian.com/index.htm#Panels~Frame
                 2、 http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCheckBox

你可能感兴趣的:(html,gwt)