Hi, all readers, I am new to Java 2D drawing, initially I had an issue to add two panel overlaying at each other.

That I successfully , Now the Issue is, I am painting different object(Images,Text on to JPanel),and after 200 Milli seconds, i have to repaint the objects erasing the older ones, but my whole screen start flicking, i want a smooth way to erase and show.

I have try to add those images to JLabels but the issue is at run time we need to call revalidate().. to show those Labels.

Kindly help me out. I am adding my Stackoverflow Question link here..
StackOverFlow Link