- Create a new project in BlueJ and name it LastName-lab2-app,e.g., Smith-lab2-app.
- Create a new class using the “New Class…” button and name itApp (be sure the A is capitalized and the other letters are not;Java is case-sensitive and the class must be named exactly asgiven).
- Open the App class to edit the source code.
- Select and delete all the source code so that the fileis empty.
- Copy in the starting source code found here: Lab 2: AppStarting Source Code
- Update the header comment block and document your changes asyou work.
- Adjust the header comment block at the top of the file:
*
* Modifications:
* …
* CT: Added methodORPayPal Gateway not configured
ORPayPal Gateway not configured
- Adjust the header comment block at the top of the file: