When Scroll JTable erase my Graphics paint
Hello, I'm Brazilian, so sorry for any errors in my English.. :)
I'm painting the cells of a JTable with Graphics, I did a class MyTableCellRenderer and rewrite the getTableCellRendererComponent for paint the background and the paintComponent to paint my pictures (if have).
But when I scroll the table, the pictures erase some parts, or are draw in the wring place.. What cames back to the normal when I click in any cell.
The paintComponent do not work when I scroll.. what can i do to paint correctly the picture when I scroll the table?
Thanks!

