I\'m trying to create a Pacman game in Java, and so far I\'ve displayed the background image (the blue and black maze), but I\'m having trouble showing the image of Pacman. When
Use a JLayeredPane insted of the window directly for a container and specify the depth (z-order) of the components when you add them.