make kappaOne happy

This commit is contained in:
Brian Matzon 2008-04-08 18:03:20 +00:00
parent e4d35cdb0d
commit c5aa4d7b09
1 changed files with 60 additions and 54 deletions

View File

@ -1,6 +1,11 @@
<html><head><title>AppletLoader</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>AppletLoader</title>
</head>
<body>
<APPLET code="org.lwjgl.util.applet.AppletLoader" archive="lwjgl_util_applet.jar" codebase="." width="640" height="480">
<applet code="org.lwjgl.util.applet.AppletLoader" archive="lwjgl_util_applet.jar" codebase="." width="640" height="480">
<!-- The following tags are mandatory -->
@ -48,10 +53,11 @@
<!-- main applet specific params -->
<param name="test" value="org.lwjgl.test.opengl.awt.AWTGearsCanvas">
</APPLET>
</applet>
<p>
if <code>al_debug</code> is true the applet will load and extract resources with a delay, to be able to see the loader process.
</p>
</body></html>
</body>
</html>