How to pause execution of some Thread. I have Thread t and I have two buttons, PAUSE and CONTINUE. On pause I need to pause thread execution and on continue to thread start
I think you may want to look at the wait() and notify() methods against java.lang.Object