Objectives
Work
  1. Open P5 in a separate tab.

  2. Download and install the starter jar file for P5 as described in the assignment.

  3. Implement the Frame class.

  4. Test the Frame class via its main method. Feel free to add your own test code in the main method.

  5. Start working on the Stack class. Think about how to implement a Stack using an ArrayList.

Submission

To get credit for this recitation you must show that Frame.java successfully executes the given main method. Also show the methods you wrote for the Stack class.