Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,665

    Re: Controlling individual threads

    Again, this isn't a thread issue, its a syntax and programming flow problem.



    threadTest t1 = new threadTest();

    This allows the reference t1 access to the methods in threadTest. This will...
  2. Replies
    4
    Views
    1,665

    Re: Controlling individual threads

    This isn't a thread problem per se but rather an accumulation of several syntax errors. First, you are abstracting the threadTest class to a Thread, which does not contain the methods you are...
Results 1 to 2 of 2