1. What is the recommended way if a background Task wants to update the gui? Use EventQueue.invokeLater(Runnable) ?
2. org.apache.pivot.util.concurrent.Dispatcher spawns a new thread for each task and looks rather unfinished. Is there any reason why you don't use java.util.Executors?
Regards, Dirk.
