summaryrefslogtreecommitdiffstats
path: root/src/FPSCounter/FPSCounterDemo.html
blob: 9ebe39eb271ef135b331dbfa04aa16c4e0058327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<HTML>
<HEAD>
<TITLE>FPS Counter</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">
<applet align=middle code="FPSCounterDemo.class" width=256 height=256>
<blockquote>
<hr>
If you were using a Java-capable browser,
you would see a FPS Counter instead of this paragraph.
<hr>
</blockquote>
</applet>
</BODY>
</HTML>