这是我的代码:
import java.applet.*;
import java.awt.*;
public class Face extends Applet {
public void paint(Graphics frame) {
// bits of code here
}
public static void main(String[] args) {
String printedOut;
printedOut = printedOut.paint();
System.out.println(printedOut);
}
}
我已经为此寻找了不同的解决方案,但到目前为止,我的搜索没有产生任何结果。我两个月前在学校运行了代码并且工作正常,但现在我使用paint方法编写的任何代码,它都无法识别它。我使用Netbeans,非常感谢任何解决方案。 (我试图制作一张脸。)另外,我知道我将它打印到applet的方法非常有用,但它很有效,我很乐意看到一种不同的方式,感谢提前。