Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.88 KB

File metadata and controls

41 lines (28 loc) · 1.88 KB

Euro Trip Destination Recommender

Authors: Sean Bivins, Ryan Ng, Madhav Vohra

Steps to run program:

  1. Open Eclipse (or your Java IDE of choice).

  2. In the "Destination Recommender" folder, access the "src" folder and "(default package)", from which the "DestinationRecommenderRunner.java" file should be visible. Open this file. Alt text

  3. Once in "DestinationRecommenderRunner.java", click the green Run button at the top of your editor. Alt text

  4. You should now see the Euro Trip Destination Recommender Window. You are allowed to access the various panes in any order that you wish, but we will explain from top to bottom: Alt text

  5. In the "Weather Preference" pane, select the month you would like to travel, your ideal temperature, and move the slider to match your preference for temperature. Alt text

  6. In the "Sites Preference" pane, move the slider to match your preference for historical sites. Alt text

  7. In the "Cost Preference" pane, move the slider to match your preference for cost. Alt text

  8. Below "Cost Preference", you have the option to select how many top (and bottom) results will display. Alt text

  9. Once you are satisfied with your inputs, you can press the "Run" button to display the results. Alt text

  10. The results display at the bottom in two tables: the top results and the bottom results. Alt text

  11. If you would like to run the program again, click "Reset" and set new parameters! Alt text