«
^
»
4. Writing applets (for use with the WWW)
Using HTML to code WWW pages
Getting Java bytecodes executed when a WWW page is visited
Deriving from
Applet
instead of declaring a
main
method
Dealing with the different versions of the Java platform
Using appletviewer when developing Java applets
The lifecycle of a Java applet
Overriding the
init
method
Restrictions imposed on Java applets
Reworking an application as an applet:
GetDateApplet
Producing code that can be used either as an application or an applet
Using the Java archive tool