问题 填空题

下面是用户程序对Applet类中方法paint()的重新定义,请在横线处填入正确的语句
public void paint(Graphics g)
g 【15】 (“你好!”,10,20);

答案

参考答案:dcawString

填空题
单项选择题