请建议在java中截取URL / HTMLFile的截图。 我正在尝试使用LOBO Browser并且能够在jframe中打开URL但无法截取jframe内的内容。 请检查代码示例
import org.lobobrowser.gui.FramePanel;
public LoboTestFrame() throws Exception {
FramePanel framePanel = new FramePanel();
this.getContentPane().add(framePanel);
framePanel.navigate("http://en.wikipedia.org/wiki/Main_Page");
}
无法将加载的内容捕获为图像