main
Liam Beckett 9 years ago
parent 1664a49623
commit bf33ec61c7

@ -31,15 +31,17 @@ public class FlightSummaryController extends Controller {
private Dataset theDataSet = null;
private int currentPathId = 0;
private int currentPathIndex = 0;
@FXML
private Button flightRawData;
private Map map;
@FXML
private WebView mapView;
private int currentPathId = 0;
private int currentPathIndex = 0;
@FXML
ListView<String> flightPathListView;
final ObservableList<String> flightList = FXCollections.observableArrayList();

Loading…
Cancel
Save