ReadMe for SunInfo Project. Written By Tom Kratz JavaDoc for this project located at: http://acad.kutztown.edu/~tkrat567/p1JavaDocs/ For this project, we were tasked to create GUI that allows the user to input a day and month. The GUI will then display the sunrise and sunset times for that day based off of a text file provided by the instructor. I chose to store the data from the file in a hashmap. I used a key in the following format: "SSJanuary12008" for the SunSet on Jan 1 2008. I believe that this method best keeps track of the data without having to worry about a multi- dimensional array that will only increase in complexity as you at years/locations. I chose combo-boxes as an input field since there were too many options to used radio buttons. I chose to use a grid layout because that is what I am most familiar with.