update list See merge request !13
@ -1049,6 +1049,7 @@ public class Dataset {
}
newPath.setID(pathID);
flightPathDictionary.put(pathID, newPath);
flightPaths.add(newPath);
/**
@ -189,6 +189,8 @@ public class FlightRDController extends Controller {
if (destAirport != null && sourceAirport != null){
theDataSet.addFlightPath(sourceAirport, destAirport);
flightPathListView.getItems().clear();
flightPathListView();