18. Applets
Chapter Contents
This chapter discusses the basics of Java applets, how to develop applets that interact richly with their environment, and how to deploy applets.
A Java applet is a special kind of Java program that a browser enabled with Java technology can download from the Internet and run. An applet is typically embedded inside a web page and runs in the context of a browser. An applet must be a subclass of the java.applet.Applet
1 class. The Applet
class provides the standard interface between the applet and the browser environment.
1. 8/docs/api/java/applet/Applet.html
Swing2 provides a special subclass of the ...
Get The Java® Tutorial: A Short Course on the Basics, 6th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.