I've look at all the API docs and tutorials I can find and I still don't know how to start a thred.
I know (correct me if I'm wrong please) that to create something that can be used as a thread it must either extend Thread or implement Runnable and then override the run() method with the code that you would normally put in a main....
