Intro to Applets

Intro

The Applet class


Embedding an applet in a web page

A few examples

Here are a few example pages of small applets. Each one embeds an applet, so while on the html page, select the browser option to view the html source code for each page -- this will show how the applet tag is used to embed the applet into the page. If any of these don't load up in your browser, then you probably need to download the Java Plug-in, which comes automatically with the J2SE Java Runtime Environment (JRE)

Tutorials on the java.sun site:


Running Applets as Applications

More Applet Examples