I downloaded a picture from google and put it in to greenfoot and made it a backgroung and when i try to compile the world it comes up with an error saying can't find symbol - method GreenfootImage(java.lang.string) what do i do the get rid of it
Because the error message is saying it cannot find a method, I would think that you did not use the 'new' keyword in front of 'GreenfootImage(java.lang.string)' (which is a constructor -- not a method).