Il giorno gio, 16/10/2008 alle 10.15 +0100, Andrew Haley ha scritto: > Forwarding to GNU Classpath; this isn't gcj-specific. > > Andrew. I don't think the code is correct. The two calls to SwingUtilities.invokeLater(r); are suspicious to me. If you remove one of them (try the one in the runnable), it works again. I see an egg and chicken problem here: we call recursively the Threads. Maybe Sun code detects this, while we don't, and maybe we should do the same here, I have to check. Cheers, Mario