Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 603 Bytes

Flight Connections

This project was a final project of one of the classes that I took during my time studying at the university. In here, we used Java Swing to load a graphical user interface (GUI) to load all the available airports in a world map and its connections. All the airports and connections data its extracted from this GitHub repo.

Requirements

  • JDK 8
  • Maven

Getting Started

  • Open the proyect on any Java IDE such as Netbeans or Eclipse.
  • Click on the Run button and the app will be loaded.
  • Set the Welcome.java as the main class.