annotate Ristipolku.html @ 138:9eb791e2fa17

Optimize board updating logic, so that the old placed tiles need not to be redrawn from scratch on each screen update, as they do not change usually.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Nov 2011 11:04:09 +0200
parents 85a1c21fe80f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 <head>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 <title>Ristipolku</title>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 <style type="text/css">
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
6 body { background: black; color: white; font-family: Arial, Verdana, sans-serif; }
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 h1 { color: white; font-size: 14pt; }
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
8 div.applet { text-align: center; vertical-align: center; width: 100%; height: 100%; }
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
9 p.copyright { font-size: 8pt; text-align: center; }
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 </style>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 </head>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 <body>
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
13 <div class="applet">
51
f81f76458b92 Work on widgets.
Matti Hamalainen <ccr@tnsp.org>
parents: 17
diff changeset
14 <applet code="Ristipolku.class" archive="Ristipolku.jar" width="1024" height="768"></applet>
90
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
15 </div>
85a1c21fe80f Change default HTML.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
16 <p class="copyright">&copy; Copyright 2011 Matti 'ccr' H&auml;m&auml;l&auml;inen</p>
17
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 </body>
0dfa894b873d HTML for applet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 </html>