Write a Java class that sets up a window that is centered on the screen and is 600 pixels wide by 500 pixels high. It should contain a single button with the label "Here is the exit!" that it is 100 pixels from the top edge and 80 pixels from the left edge. The button should be 300 pixels wide by 100 pixels high. The only action performed by the button should be to terminate the program. Add a tooltip
If you need guidance, take another look at Swing Lecture #1.