|
-
Sep 25th, 2001, 11:04 AM
#1
Thread Starter
Hyperactive Member
running threads [resolved]
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....
Last edited by CaptainPinko; Oct 22nd, 2001 at 10:30 AM.
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|