5.1 For these exercises, include your completed.java files in the zip archive that you submit for grading.Complete the code in the provided View class to implementthis GUI interface for a calculator. The calculator does not haveto be fully functional; the primary objective of the assignment isto implement the GUI.

CODE PROVIDED IN VIEW CLASS:
//**************************************************************************************************
// CLASS: View
//
// DESCRIPTION
// Implements the GUI for a calculator.
//**************************************************************************************************
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.Box;
import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
/**
* Implements the GUI
PayPal Gateway not configured
PayPal Gateway not configured