the best way to do this is to make an loop inside the run method and
test a condition before every iteration. When you want the thread to die, just change the loop condition. This way is very clean and does not need stop or other deprecated methods to be used...
Val
[This message has been edited by Valentin Crettaz (edited September 23, 2001).]