repaint() method problem
Hi. Im trying to draw a image on a Jframe, and I invoke this using the repaint() method. In other method named paintComponent I create the image using a graphics object.
But when the repaint() method start, the screen erase everything that it have inside instead of drawing the figure.
Any ideas?
Kind regards.

