lobo-cobra

Scrolling to the other part of the webpage

懵懂的女人 提交于 2019-12-24 14:54:52
问题 I am rendering a webpage and trying to scroll to a location within it. However, the scrolling doesn't work. This is my code... import org.lobobrowser.html.*; import org.lobobrowser.html.gui.HtmlPanel; import org.lobobrowser.html.parser.*; import org.lobobrowser.html.test.*; import org.w3c.dom.*; import org.xml.sax.*; public class finall { Node goTo; public void show(URL url,Node theFinalNode) throws MalformedURLException, IOException, SAXException { goTo = theFinalNode; String uri=url