Archive for October, 2003
Swing Threading
The article Rethinking Swing Threading by Jonathan Simon provides a good description on how to use event based programming to simplify your Swing development.
I used a similar method in the past and it worked very well. My only addition to what he did was to add a Job system for handling the tasks. Basically, I [...]