summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/CalculatorApplet2.html
blob: 77755cd27f076d6cd41a28d91490eb811589ad5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>CalculatorApplet2</title>
</head>
<body>

<h1>CalculatorApplet2</h1>

<applet code="CalculatorApplet2.class" width=200 height=85>
CalculatorApplet2
</applet>

</body>
</html>