I have loaded a org.w3c.dom dom document on to the component.
I want to get each element to highlight.
For example, on mouseover, I would get the element from this point and then get the dimension of this element so that I can create a Jframe on top of this element with a colored border.
Is it possible to get an element's height and width?