I already paint multiple circles and I want them to move to right simultaneously with different threads. So I have to use multiple threads. However, when I run the program, it repaints circles again and again. I actually know where the problem is but I don't know how to solve it. Here is my code:I already paint multiple circles and I want the