单选题
在定制Applet的绘图功能时,应该使用的方法是______。
A、
init()
B、
start()
C、
paintComponent()
D、
paint()
【正确答案】
D
【答案解析】
[解析] paint()是在Applet中定制绘图功能需要使用的方法。
提交答案
关闭