All Packages Class Hierarchy This Package Previous Next Index
Class duckMachine.Window
java.lang.Object
|
+----duckMachine.Window
- public class Window
- extends Object
The graphical interaction with the machine.
-
Window()
-
-
main(String[])
- The machine and the graphical interface communicate via pipes.
Window
public Window()
main
public static void main(String args[])
- The machine and the graphical interface communicate via pipes.
The machine knows nothing about the interface, but the interface
needs to know the machine's state to display it.
All Packages Class Hierarchy This Package Previous Next Index