Question: In the last two assignments, you create an application that analysis large volume of data. In most applications the user has some input into what
In the last two assignments, you create an application that analysis large volume of data. In most applications the user has some input into what in the application they want to see happen. Create a swing GUI application that allows the user to do the following: Open three different NASDAQ company historical data files (one at a time) Perform specific calculations on those files (as specified in assignment 3) Allows the user to close the current file and choose another company file Allows the user to exit the application In creating this swing GUI application, modify your Data Analysis.java and save the file as Data Analysis GUI.java. Note: You will want to use a smaller version of your data file (20 rows) for testing. Modify your application to: Places a happy face and turns the screen green for the highest opening and closing value Places a sad face and turns the screen red for the lowest opening and closing value When submitting your assignment, be sure to include your data files for testing and make sure your application is configure to open the data files from c:\temp. In the last two assignments, you create an application that analysis large volume of data. In most applications the user has some input into what in the application they want to see happen. Create a swing GUI application that allows the user to do the following: Open three different NASDAQ company historical data files (one at a time) Perform specific calculations on those files (as specified in assignment 3) Allows the user to close the current file and choose another company file Allows the user to exit the application In creating this swing GUI application, modify your Data Analysis.java and save the file as Data Analysis GUI.java. Note: You will want to use a smaller version of your data file (20 rows) for testing. Modify your application to: Places a happy face and turns the screen green for the highest opening and closing value Places a sad face and turns the screen red for the lowest opening and closing value When submitting your assignment, be sure to include your data files for testing and make sure your application is configure to open the data files from c:\temp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
