Hello.
I have seen numerous examples on how to select an element from a JSVGCanvas,
all using event.gettarget();
Problem is,im not getting the .gettarget() method.
I use NetBeans, and go to the JSVGCanvas properties, select a method to
apply onmouseclick.
Here is my code :
private void jSVGCanvas1MouseClicked(java.awt.event.MouseEvent evt) {
Element selected = (Element)evt.gettarget;
//my changes here
}
it gives me an error, of not finding the gettarget method.
Note: if i add the listener manually i get the method, but can“t make it to
work.
Thank's for your time.
Filipe
Any ideas?
--
View this message in context:
http://www.nabble.com/gettarget%28%29-problem-tp16544408p16544408.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]