[填空題] 下列Applet程序中,指定s為字符串類型,將s繪制在屏幕上,請(qǐng)將程序補(bǔ)充完整。 import java.a(chǎn)pplet.Applet; impo
2021-07-20
[填空題] 下列Applet程序中,指定s為字符串類型,將s繪制在屏幕上,請(qǐng)將程序補(bǔ)充完整。 import java.a(chǎn)pplet.Applet; import java.a(chǎn)wt.Craphics; public class testl8_1 extends Applet { ______String s;public void init (){ s=new String("Hello World");} public Void______(Graphics g) { g.______(s,10,25); } }
正確答案:public,paint,drawString
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。