Bibek Sahu wrote:

Howdy,

Hi Bibek,


If I'm understanding you correctly, you'd want:

        Element elem = ....;    // DOM Element
        EventTarget target = (EventTarget) elem;  // works with almost all SVGElements
        target.addEventListener(new EventListener() {
                ...
        });

Actually what I'd like to do is determine over which DOM element a java.awt.event.MouseEvent has taken place. So in essence I'd like to determine which DOM element is under a given AWT x/y coordinate. Is this possible?

Thanks.



--
George Armhold
Rutgers University
eLearning Grant, DCIS


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to