I have been searching for a while, and the documentation nor Google return a good answer. I just started using java, so help me out here. I am getting an error with
Graphics.drawString('hello',10, 10);
However all the documentation is telling me is that I nedd to use str,int, int. My error is:
Cannot make a static reference to the non-static method drawString(str,int,int) from the type Graphics
So does anyone know how to fix this?