( 23 )在 Applet 中显示文字、图形等信息时,应使用的方法是A ) paint()B ) init()C ) start()D ) destroy()
在Applet中显示文字、图形等信息时,应使用的方法是A.paint()B.init()C.start()D.destroy()
在定制Applet的绘图功能时,应该使用的方法是A.init()B.start()C.paintComponent()D.paint()
在Applet程序占用的屏幕上显示文字、图形等信息,应使用的方法是 ( )A.paint()B.init()C.start()D.destroy()
在Applet中显示文字、图形等信息时,应使用的方法是( )。A.init()B.start()C.paint()D.destroy()
在Applet中显示文字、图形等信息时,应使用的方法是( )。A.initB.startC.paintD.destroy
在Applet中显示文字、图形等信息时,应使用的方法是( )。A.paint()B.init()C.start()D.destroy()
在制定Applet的绘图功能时,所应使用的方法是()。A.init()B.start()C.paintComponent()D.paint()
在Applet的方法中,下列哪个方法将在关闭浏览器时执行,以释放Applet占用的资源?A.init()B.start()C.stop()D.destroy()