blob: a9c203af50ab5761a15f735b4a78566c9af73f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>CalculatorApplet1</title>
</head>
<body>
<h1>CalculatorApplet1</h1>
<applet code="CalculatorApplet1.class" width=200 height=100>
CalculatorApplet1
</applet>
</body>
</html>
|