Thread Animation
Hello,
I am probably not going to describe this problem very will but here goes.
I want to have two (or more) threads, of the same class but with different parameters, that animates a square (or other shapes) going across the screen and paint in the same JPanel. I have managed to do it with one thread but I was unsure how to go about sharing the one JPanel with the two (or more) threads (in my case moving boxes).
Any help on this one will be very gratefully received,
Harold Clements

