I want to draw circles on the jpanel, where each circle should appear alternately on the random location with a different color and after for example 2000ms, it dies (disappears), and then appears a new one.
However, I want to use a thread pool with a 3 threads so that I can show 3 circles in the same time.
So now I'm not sure how should I execute CircleRunnable class and make this circles appear on the screen?