default to OpenGL test

This commit is contained in:
Brian Matzon 2006-07-02 21:24:50 +00:00
parent a9edd6af6e
commit 3260389ebb
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<html>
<body>
<applet code="org.lwjgl.test.applet.LWJGLApplet" archive="lwjgl_applet.jar,lwjgl.jar" width="640" height="480"></applet>
<applet code="org.lwjgl.test.applet.AppletTest" archive="lwjgl_applet.jar,lwjgl.jar,res.jar,lwjgl_util.jar,lwjgl_fmod3.jar,lwjgl_devil.jar" width="640" height="480">
<param name="test" value="org.lwjgl.test.applet.OpenGL">
</applet>
</body>
</html>