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.


Constructor Index

 o Window()

Method Index

 o main(String[])
The machine and the graphical interface communicate via pipes.

Constructors

 o Window
 public Window()

Methods

 o 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