New York Institute of Technology

The world always has a background image. By default (as long as we do not specify anything else) it is an image that has the same size as the world and is completely transparent. We can retrieve the image object for the world's background image and perform drawing operations on it. For example: GreenfootImage background = getBackground(); ................
................