Cat and Mouse Problem Set Javadocs

catandmouse
Class MouseDemo

java.lang.Object
  extended bycatandmouse.MouseDemo

public class MouseDemo
extends java.lang.Object

MouseDemo runs the Mouse half of our demo code.

Copyright (c) 1998 Massachusetts Institute of Technology

Version:
$Id: MouseDemo.java,v 1.1.1.1 2002/06/05 21:56:34 root Exp $
Author:
Lynn Andrea Stein, las@ai.mit.edu, Todd C. Parnell, tparnell@ai.mit.edu, Henry Wong, henryw@mit.edu

Field Summary
static int CATSIZE
          Diameter of the cat in the GUI
static int MOUSESIZE
          Diameter of the mouse in the GUI
 
Method Summary
static void main(java.lang.String[] argv)
          Wrapper for MousePanel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATSIZE

public static final int CATSIZE
Diameter of the cat in the GUI

See Also:
Constant Field Values

MOUSESIZE

public static final int MOUSESIZE
Diameter of the mouse in the GUI

See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] argv)
Wrapper for MousePanel. Inserts a new MousePanel into a cs101.util.DefaultFrame.

See Also:
DefaultFrame

Cat and Mouse Problem Set Javadocs