网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

( 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()