pacman, scared gosts
How can I paint for a second time the pacman 's level ( i have already used paintComponent(Graphics g) for the first time and i use an
Update(Graphics g) method as to move icons of pacman and of gosts ) .When pacman eats one of the 4 cycles( O ), i have to make
ghosts and level change their color.

