Java ShortCut
Learn Java in a Blink..
Sunday, July 4, 2010
Applet Lifecycle
When an applet begins, the AWT calls the following methods, in this sequence:
init( )
start( )
paint( )
When an applet is terminated, the following sequence of method calls takes place:
stop( )
destroy( )
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment