Would you like to react to this message? Create an account in a few clicks or log in to continue.

Applet Ѻ

Go down

 Applet Ѻ Empty Applet Ѻ

ตั้งหัวข้อ  Admin Tue May 27, 2008 11:20 am

http://java.sun.com/docs/books/tutorial/deployment/applet/index.html

Life Cycle of an Applet: Basically, there are four methods in the Applet class on which any applet is built.
init: This method is intended for whatever initialization is needed for your applet. It is called after the param attributes of the applet tag.

start: This method is automatically called after init method. It is also called whenever user returns to the page containing the applet after visiting other pages.

stop: This method is automatically called whenever the user moves away from the page containing applets. You can use this method to stop an animation.

destroy: This method is only called when the browser shuts down normally.
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

 Applet Ѻ Empty Re: Applet Ѻ

ตั้งหัวข้อ  Admin Tue May 27, 2008 11:24 am

<applet code="AppletWorld.class" width="200" height="200">
</applet> <applet code="" width="ҧ" height="ا">
</applet>
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

 Applet Ѻ Empty Re: Applet Ѻ

ตั้งหัวข้อ  Admin Tue May 27, 2008 12:11 pm

Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน

- Similar topics

 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ