Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. Re: adding get mothods to a class extending thread

    Excellent Glad I could help :)

    Chris
  2. Re: adding get mothods to a class extending thread

    Make you class extend Thread. then instead of calling it using Thread t1 = new Command();

    You would do something like this, if command is the class you want to run as a thread, such as your...
Results 1 to 2 of 2