CMIS 340 Lab exercise 3 1. Modify the CirclesLab applet from last lab session so the event handler is a nested class. You can use the CirclesLab2.java in the Labs directory on the web site if you don't have your own Circles. 2. Make the GUIs of the exercises of chapter 13 on pages 673 and 674. 13.8 can be made 3 ways: Do all three. 1. container is a 1x3 GridLayout of 3 JPanels, each a GridLayout of 2x1, 2x2, and 3x1 respectively. 2. container is a BorderLayout with the same 3 JPanels in the EAST, CENTER and WEST. 3. container is a FlowLayout with the setAlignment(FlowLayout.CENTER) and the same three JPanels