This Java program creates a GUI that allows you to input vectors in order to calculate their dot products.
This takes you to the folder of all the .java files and photos uploaded that were created during this project.
This class builds the first window you see as you open the program, introucing you to its purpose and prompting you to continue on to input values.
This class creates the GUI where the user inputs the numbers into the vector
This class is where all the calculation occurs, separately from the GUI
This class outputs the dot product in a seaprate gui that pops up as you click "calculate."