GWT HTML 页面嵌入其余HTML中
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
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