Java Program Lab

Create a Java GUI application which reads a file of city information and populates two combo boxes, a start and a destination city. The program will find the shortest path between the two cities for a drone to fly assuming;

a) The drone has a maximum range of 250 miles.
b) It can only refuel at other cities on the list.

× How can I help you?