The goals of this project are as follows:
For this project, you will build a graphical program that allows a user to perform a bulk upload of files to his/her Google Documents account. The GUI you design will look similar to the following (you may certainly make your GUI look nicer!):
Your program will operate as follows:
It is strongly recommended that you begin by designing the classes you plan to implement for the project. For each class, identify the data members the class will contain and the methods the class will support. Think through the algorithm for each method. Meet with the instructor to discuss your design before you begin implementation.