Home Segments Top Top Previous Next

Chapter 43:

How to Define Applets

The raison d'être of Java is that Java allows you to access programs via a web browser. In this chapter, you learn how to convert JFrame classes into JApplet classes for such web browsers.

The word applet is derived from application + let; thus, an applet is a little application. Certain applets, however, are quite large.