https://github.com/edumigueis/java-air-traffic-control
Linked list implementation to link airports to their respective flights.
https://github.com/edumigueis/java-air-traffic-control
airports flights form java java-fx link-airports linked-list respective-flights
Last synced: about 1 month ago
JSON representation
Linked list implementation to link airports to their respective flights.
- Host: GitHub
- URL: https://github.com/edumigueis/java-air-traffic-control
- Owner: edumigueis
- License: mit
- Created: 2020-06-03T14:29:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T19:14:39.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:34:27.036Z (3 months ago)
- Topics: airports, flights, form, java, java-fx, link-airports, linked-list, respective-flights
- Language: Java
- Homepage:
- Size: 4.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAVA-Air-Traffic-Control
> Application developed using java. It was made for Data Structures I subject.[](https://travis-ci.org/badges/badgerbadgerbadger) [](https://coveralls.io/r/badges/badgerbadgerbadger) [](http://badges.mit-license.org)
[]()
## About
Linked list implementation to link airports to their respective flights. This project presents:1. JAVA Form front-end;
2. Registering of airports;
3. Registering of flights in their respective airports;
4. Deleting of both flights and airports;
5. Listing of both flights and airports.
6. Project developed for COTUCA data structures subject project.## Meta
Made by Eduardo Migueis, Manuela Benassi and Rodrigo Smith
Distributed under the MIT License. See `LICENSE` for more information.
Copyright (c) 2020.