View Single Post
Old Mar 9th, 2007, 12:33 AM   #2
Eric the Red
Hobbyist Programmer
 
Eric the Red's Avatar
 
Join Date: Feb 2006
Posts: 214
Rep Power: 0 Eric the Red is an unknown quantity at this point
I'm not too sure. However, its always a good idea to have something like this when you're implementing Runnable.

public void destroy()
	{
		hello = false;
		loop = null;
		
	}
__________________
Death smiles at us all. All a man can do is smile back.
Eric the Red is offline   Reply With Quote