From: <ma...@us...> - 2006-07-02 21:24:59
|
Revision: 2404 Author: matzon Date: 2006-07-02 14:24:50 -0700 (Sun, 02 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2404&view=rev Log Message: ----------- default to OpenGL test Modified Paths: -------------- trunk/LWJGL/applet/applet.html Modified: trunk/LWJGL/applet/applet.html =================================================================== --- trunk/LWJGL/applet/applet.html 2006-07-02 20:26:49 UTC (rev 2403) +++ trunk/LWJGL/applet/applet.html 2006-07-02 21:24:50 UTC (rev 2404) @@ -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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |