Applet Ѻ
:: ǡѺǹʴŢͧ :: Java Applet
หน้า 1 จาก 1
Applet Ѻ
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.
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.
Re: Applet Ѻ
<applet code="AppletWorld.class" width="200" height="200">
</applet> <applet code="" width="ҧ" height="ا">
</applet>
</applet> <applet code="" width="ҧ" height="ا">
</applet>
Similar topics
» ????? Thread ? Applet
» ????ʴ??ٻ? Applet ???ҧ????
» ??? add ??? Applet ???? Frame
» ???ʹ ??ѡ?ͧ Applet
» ??ػ applet ?ա????
» ????ʴ??ٻ? Applet ???ҧ????
» ??? add ??? Applet ???? Frame
» ???ʹ ??ѡ?ͧ Applet
» ??ػ applet ?ա????
:: ǡѺǹʴŢͧ :: Java Applet
หน้า 1 จาก 1
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ