Class win

java.lang.Object
greenfoot.World
win

public class win extends greenfoot.World
Write a description of class win here.
Version:
(a version number or a date)
Author:
(your name)
  • Constructor Summary

    Constructors
    Constructor
    Description
    win()
    Constructor for objects of class win.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act()
     

    Methods inherited from class greenfoot.World

    addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, showText, started, stopped

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • win

      public win()
      Constructor for objects of class win.
  • Method Details

    • act

      public void act()
      Overrides:
      act in class greenfoot.World