I want to use GreenfootImage by itself, but there are too many classes that are needed. Import one class and i need three more! how do i use only two classes?
Are you trying to pull the source code from the Greenfoot source code? I have tried to do that before. It can''t be done. There are several hundred classes and interfaces that you need, and by the time that you're done, you have the whole of Greenfoot. For some strange reason, nothing runs independently of anything else.
What are you trying to use it for? It might be easier to make your own.