"non-static method seVolume(int) cannot be referenced from a static context "
What is this and how do I fix it?
GreenfootSound.setVolume (volume);
GreenfootSound.setVolume (volume);
GreenfootSound gfs = new GreenfootSound("soundfilename.wav"); gfs.setVolume(volume);