Haha, It's me again!
After rendering a page, I can get all nodes in the DOM tree, by invoking getRootNode in HtmlPanel and visiting all its children nodes recursively.
The problem is that I can get the relative position of node in the htmlPanel like <p>, <table>, <th>, <td>, by calling HTMLElementImpl::getOffsetLeft(), ...Top(), ...Height(), ...WIdth(), but I...
2009-07-03 07:44:51 UTC in Lobo - Java Web Browser