[EMAIL PROTECTED], I found the Problem with the SplashScreen. The Problem is, that invokeAndWait adds a Runnable to the Event Dispatcher and waits until its Finished. But the invokeAndWait is called in the Thread, so it adds it, but it will never execute it, because it's after the current Event and this will wait until the function is finished. So we got a block. There is no need to add it to the Event Dispatcher. Just run it. I added a Patch to Trac. I'm not sure about the intending of invokeAndWait, but with the Patch the SplashScreen will be hidden after you clicked on it.
Greetz Christoph -- Christoph Seitz GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion! http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196 _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
