diff --git a/src/main/java/seng202/group9/GUI/FlightSummaryController.java b/src/main/java/seng202/group9/GUI/FlightSummaryController.java index bb0dee8..4be3376 100644 --- a/src/main/java/seng202/group9/GUI/FlightSummaryController.java +++ b/src/main/java/seng202/group9/GUI/FlightSummaryController.java @@ -77,6 +77,10 @@ public class FlightSummaryController extends Controller { replaceSceneContent(SceneCode.AIRLINE_SUMMARY); } + /** + * Loads the current flight paths summary information into the ListView panel. The summary data includes the distance + * and the name of the source and destination airports pulled from the Airport array list. + */ public void flightSummaryListView() { try { currentPathId = theDataSet.getFlightPaths().get(0).getID(); //Sets the default to the 1st Path