我已经搜索了一段时间,文档和谷歌都返回了一个很好的答案。我刚开始使用java,所以请帮帮我。我收到一个错误
Graphics.drawString('hello',10, 10);
然而,所有文档都告诉我,我需要使用 str、int、int。我的错误是:
Cannot make a static reference to the non-static method drawString(str,int,int) from the type Graphics
那么有谁知道如何解决这个问题?