how to refresh the client area
i used javax.swing.JPanel and drawed many shapes with paintComponent method. i wonder how to refresh the client area.
ps: i first used paint method to draw shapes, but i found a copy of the menu bar appeared. at last i found paintComponent method works, but when i tried to refresh the client area with repaint, the same scene appears.
could some one help me?
thanks in advance!

