Applets are small programs that run in a Java platform-enabled
browser. The small program is embedded in a web page, and might connect
to a server-side technology such as a J2EE server. However, because
major browsers have not kept up with the latest releases of the Java 2
platform, you can either create applets with the JDK 1.1 API or use the
Java Plug-in solution.
AccessApplet.javais
an accessible applet. Accessibility technologies make the graphical
components of a program's user interface available to screen readers,
pointing devices, and other assistive technologies used by people with
disabilities.
For supporting information see What's New
with
Accessibility. Accessibility technologies make the graphical
components of a program's user interface available to screen readers,
pointing devices, and other assistive technologies used by people with
disabilities.
writeFile.java
is another version of an applet that uses Java
Network Launch Protocol
(JNLP) to write to a user-selected file. The applet is run securely
with Java Web Start.
For supporting information see Java Web
Start to the Rescue