Skip to content
Snippets Groups Projects
Select Git revision
  • 92f992e35c5e4ee20daed4ae2e58d5d8d691cf5a
  • main default
  • hsh-MOODLE_404+
  • hsh_3.10
  • master protected
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • v1.4.3
  • v1.4.1
  • v1.4
  • v1.3r2
  • v1.3
  • v1.2
14 results

version.php

Blame
  • StartMenu.java 472 B
    import greenfoot.*;  // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
    
    /**
     * Write a description of class StartMenu here.
     * 
     * @author (your name) 
     * @version (a version number or a date)
     */
    public class StartMenu extends World
    {
    
        /**
         * Constructor for objects of class StartMenu.
         * 
         */
        public StartMenu()
        {    
            // Create a new world with 600x400 cells with a cell size of 1x1 pixels.
            super(600, 400, 1); 
        }
    }