Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Greenfoot provides a class called GreenfootImage that helps in using and manipulating images. We can obtain an image by constructing a new GreenfootImage object—using Java’s new keyword—with the file name of the image file as a parameter to the constructor. For example, to get access to the crab2.png image, we can write
new GreenfootImage("crab2.png")