February 12, 2007 04:30 PM EST
Even for many seasoned developers, Swing code can be notoriously difficult to
organize. Where is the right place to put parsing and validation logic? How
do you prevent those threading issues that cause lockups or repainting
glitches? Is it possible to unit test GUI logic? Can th... (more)