I'm wondering if there is a way to check in Swingworker (possibly in doBackground),if all threads are done.
I have an event I would like to execute but at the moment it executes at the end of each thread rather than when all threads are done.
Is there a way of checking if there are no more threads to execute so I can execute my second event?
Thanks