( 32 )在定制 Applet 的绘图功能时,应该使用的方法是A ) init ()B ) start ()C ) paintComponent ()D ) paint ()
( 32 )在定制 Applet 的绘图功能时,应该使用的方法是
A ) init ()
B ) start ()
C ) paintComponent ()
D ) paint ()
相关考题:
当-个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()方法在start()方法之前执行B.init()方法在start()方法之后执行C.stop()在Applet退出时被调用,只调用1次D.stop()在Applet可见时被调用,可以被调用多次
在制定Applet的绘图功能时,所应使用的方法是()。A.init()B.start()C.paintComponent()D.paint()