* This class represents the view for the Space Invaders game. * It extends JPanel and handles rendering the game graphics. * It draws the player, invaders, bullets, score, etc., based on the model.