Start of Tutorial > Start of Trail |
Search
Feedback Form |
This chapter has been updated to reflect features and conventions of the latest release, JDK 5.0. If you notice any errors or omissions (or something you really like), please tell us.
This section tells you how applets work. You should thoroughly understand this lesson before going further in this trail.Taking Advantage of the Applet API
This section describes how to use the API to which only applets have access. It covers sound, applet parameters, the<APPLET>
tag, interapplet communication, and making requests to the browser.Practical Considerations When Writing Applets
This section discusses topics that are covered elsewhere in this tutorial but that are affected by the applet environment. For example, it mentions some factors you should consider when writing the graphical user interface (GUI) for your applet. It also talks about security restrictions on applets and how a server-side application can help you get around those restrictions.Finishing an Applet
This section describes the characteristics of a high-quality applet. It includes Before You Ship That Applet, a checklist of some annoying behaviors you should avoid in your applet.Deploying Applets
This section explains to HTML authors how and when to use theapplet
,object
, andembed
tags to add Java applets to Web pages.Common Problems (and Their Solutions)
This section explains the solutions to some problems you might run into while writing your applet.Questions and Exercises: Applets
Test what you've learned about applets.Additional References
This lesson is intended to get you started with applets and Java Plug-in and does not include all available documentation. For more information about applets, see the following:
Start of Tutorial > Start of Trail Search
Feedback FormCopyright 1995-2005 Sun Microsystems, Inc. All rights reserved.