> Hi everybody, Hi Andreas,
> I created a GUI using several instances of the batik JSVGComponent. Some > of these components gets removed after a while, e.g. dialogues. Though > each comnponent creates some threads, called RunnableQueue-nn and > Timer-nn. > Where are these threads created and why? Actually, there's plenty of good documentation available (IMO, without being too lengthy and boring, Batik documentation is one of the best I've seen in OSS projects). You may be interested in taking a look at scripting with Java [1] (that's what's probably happening "under the hood". :-) > And most importantly: how can I > get rid of them? A quick look at open bugs [2] (note that several were fixed since Batik 1.7 - they relate with the trunk SVN version) showed bug 48771 [3] as the potential guilty. You could help by testing that patch and add your results to the bug report [3]. Thanks! ;-) > Any hints are highly appreciated! > > Cheers, > Andreas Hope this helps, Helder [1] http://xmlgraphics.apache.org/batik/using/scripting/java.html [2] https://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Batik [3] https://issues.apache.org/bugzilla/show_bug.cgi?id=48771 --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org