Write a program to display a bouncing blue ball inside a JPanel. The ball should begin when the mouse is clicked inside the window. The ball will continue until the window is closed. When the ball hits the edge of the JPanel, it should bounce off and continue in the opposite direction. The ball should be updated using a Runable.