Hello everyone!
I’ve created a small library to make threading games easier. This is done by putting the game logic in task objects and setting which tasks that has to be run before a specific task can be run. It’s also possible to multithread a single task.
Anyway, the Google Code project is here: http://code.google.com/p/small-java-threading-library/ The source code is obviously also available, and there’s Javadoc for all accessible methods. There’s also two test programs that you can check out in the source code.
I hope someone finds it useful!