The client is looking for a program that will take in the user’s coordinates and find the nearest locations that match the type of location the user is looking for. The user should be able to favorite locations, rate them, and make notes on them.
This GUI was created using JavaFX
To right is the location class, which holds all of the information for every location in the database.
To the left is the read-in method for the text file of locations, which stores them in an ArrayList.
Above and to the right are the elements of the search and result window of the GUI.
Above and to the right are the elements of the pop up window for each location.
Here's a demonstration video showcasing most of what this GUI is capable of doing