Or can I somehow define an event handler, and then explicitly fire the event from within the SVG script, rather than assigning it to onclick for some object? This would accomplish the same thing.
Ken
Thomas DeWeese wrote:
Ken Larson wrote:
I have a similar, but slightly different question -
In my case, I'm using the JSVGCanvas in a swing applet, so I don't want to call an external .jar file, I want to call a method/class that is in my swing applet (which is of course currently being used to display the SVG). There must be a way to do this, any pointers?
Search this list for 'addEventListener'.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
