OK, I have a program with two applet's, one is a producer, the other a consumer and a thread class which uses a vector to store produced objects.
Problem - how do I reference the thread class from either applet, preferably by name?
I need to know how to reference a thread objects and its methods from another object of a different non related class.
