I Cannot Make A Static Reference To The Non-static Method. But Why?

I am currently using Java to make a cross-platform application interface. I want to debug all of my errors during compilation. One of the errors generated during compilation says that the system cannot make a static reference to the non-static method. What are the possible reasons?

