( 32 )在定制 Applet 的绘图功能时,应该使用的方法是A ) init ()B ) start ()C ) paintComponent ()D ) paint ()

( 32 )在定制 Applet 的绘图功能时,应该使用的方法是

A ) init ()

B ) start ()

C ) paintComponent ()

D ) paint ()


相关考题:

( 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.init( )B.start( )C.paint( )D.destroy( )

当-个Applet被加载,后续对Applet生命周期方法的调用中,可能存在的次序是( )。A.start( ),stop( ),destroy( )B.init( ),start( ),stop( ),start( ),stop( ),destroy( )C.start( ),init( ),stop( ),destroy( )D.init( ),start( ),destroy( )

在Applet中显示文字、图形等信息时,应使用的方法是( )。A.init()B.start()C.paint()D.destroy()

关于Applet的生命周期,叙述正确的是( )。A.init()方法在start()方法之前执行B.init()方法在start()方法之后执行C.stop()在Applet退出时被调用,只调用1次D.stop()在Applet可见时被调用,可以被调用多次

在Applet中显示文字、图形等信息时,应使用的方法是( )。A.paint()B.init()C.start()D.destroy()

在制定Applet的绘图功能时,所应使用的方法是()。A.init()B.start()C.paintComponent()D.paint()