Instructions: In this assignment you will build a system that will enable the fictitious company The Great DVD to get gate information from the fictitious airlines, carmonAir and vanderFLY, so that they can deliver the movies right to their passengers as they board the airplane. To do this you will need to:
GateKeeper
class that controls the flow of the application.
GateInformationBoard
class that displays gate information in a window.
GateListener
class that listens to a UDP port for gate information.
You may use any books or notes at your disposal, but you should work entirely on your own.