VERY Basic Lets Make A Deal GUI

“Let’s make a deal!” GUI Write a program with radio buttons and three pictures to simulate someone picking one of three doors similar to what happens in the game show “Let’s make a deal!”. Your program should ask the user to pick a door number 1, door number 2, or door number 3, then display what is behind the door the person picked. You should have three places in your GUI for pictures, and your event handler should display a door in each place if a button is not selected. If a button is selected, the picture of the item behind the door should be displayed. You need to find four pictures for this program: a door, plus three prizes behind the doors.