Lecture 26
Running the program
•as an applet from a
browser: file joi.html
•<html>
•<body>
•
•<applet
code="JOIPanel.class"
height=100
width=400>
•</applet>
•
•</body>
•</html>
This file is written in
html (“hypertext markup
language”), not Java. Browsers
understand html.
main method never runs. Execution starts with
init.