Hi! I have a slight problem with multithreading.
There is many threads active in the application
and they are all kept in an arraylist.
so when I try to quit the program, it loops through the arraylist and exits all the threads....
but something else is making the program "unwilling" to shut down, leaving it invisible, still running...
So I was wondering if there is a way to get ALL active (stillAlive) threads in the application and terminate them?