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.
- JDK 8
- Maven
- 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.