Tags: Concurrency

Jul 17, 22:06 PM by Kai Jäger

Re: Java Posse #196

Marc Seeger kindly informed me today, that the Java Posse was doing a section (mp3) in their latest episode on my recent blog post Java Swing is not [...]

Jul 06, 09:25 AM by Kai Jäger

Java Swing is not thread-safe

So I just learned that Java's GUI-framework "Swing" is not thread-safe (and neither is Microsoft's "Windows Forms"). What that means is that GUI components may only be manipulated by a [...]