I'm writing an application to learn Swing. I've done myself no favors in that I keep changing the target, and now I'm approaching the level where I've glommed to many hacks and fixes onto my original ...
I have a program perfect for threading. Except at the core of the critical loop I call a Swing method. So how do I best do this? A) Surround the Swing.method() with locks. Sounds slow. B) Come up with ...