support.Flight
Class Flight
java.lang.Object
|
+--support.Flight.Flight
- public class Flight
- extends java.lang.Object
Basically a bunch of procedural code, wrapped up in the OO manner
that Java requires. main(.) starts GUI, builds graph, loops on user input.
Other static functions are called by main. No need to instantiate
one of these, ever.
- Author:
- Mark Handy, Seth Landy, Benoit Hudson
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
main
public static void main(java.lang.String[] args)