hi frederik,
[EMAIL PROTECTED] wrote:
I have an multithreaded application where several threads offer
Runnables to the runnablequeue. Most of the time I get an
IllegateState when I close the application or change the svg
in the JsvgCanvas.
Any ideas how to solve this?
Don't submit runnables when the runnable queue isn't
running. You need to shut down your threads before the canvas
or you could just catch the exception.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]