SEBASTIAN PETERSON
​
​
ENGINEERING PORTFOLIO
Java Programs
Here are a few examples of Java Programs that I have written for various Computer Science and Data Structure courses at Arizona State. The applications are fairly simple, but run perfectly and handle errors with no problems.
This Applet asks the user for information about a book. If all fields are filled with the correct data types, the book will be added to the selection list. In the selection list, the user can select and deselect books to find the total price of the selected books.
This Applet asks the user for information about a book. If all fields are filled with the correct data types, the book will be added to the selection list. In the selection list, the user can select and deselect books to find the total price of the selected books.
This Applet asks the user for information about a book. If all fields are filled with the correct data types, the book will be added to the selection list. In the selection list, the user can select and deselect books to find the total price of the selected books.
This Applet works similar to many paint computer programs. The user is able to choose between a circle or square, and then select the size and color of the shape. The applet also has an "Undo" button, allowing the user to erase and fix mistakes.