Revision: 3631
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3631&view=rev
Author: kappa1
Date: 2011-09-03 18:41:22 +0000 (Sat, 03 Sep 2011)
Log Message:
-----------
update applet html files to include al_min_jre tag
Modified Paths:
--------------
trunk/LWJGL/applet/advance/appletloader.html
trunk/LWJGL/applet/basic/basicapplet.html
Modified: trunk/LWJGL/applet/advance/appletloader.html
===================================================================
--- trunk/LWJGL/applet/advance/appletloader.html 2011-09-03 14:47:11 UTC (rev 3630)
+++ trunk/LWJGL/applet/advance/appletloader.html 2011-09-03 18:41:22 UTC (rev 3631)
@@ -38,6 +38,9 @@
<!-- Version of Applet (case insensitive String), applet files not redownloaded if same version already in cache -->
<!-- <param name="al_version" value="0.1"> -->
+ <!-- Specify the minimum JRE version required by your applet, defaults to "1.5" -->
+ <!-- <param name="al_min_jre" value="1.6"> -->
+
<!-- background color to paint with, defaults to white -->
<!-- <param name="boxbgcolor" value="#000000"> -->
Modified: trunk/LWJGL/applet/basic/basicapplet.html
===================================================================
--- trunk/LWJGL/applet/basic/basicapplet.html 2011-09-03 14:47:11 UTC (rev 3630)
+++ trunk/LWJGL/applet/basic/basicapplet.html 2011-09-03 18:41:22 UTC (rev 3631)
@@ -38,6 +38,9 @@
<!-- Version of Applet (case insensitive String), applet files not redownloaded if same version already in cache -->
<!-- <param name="al_version" value="0.1"> -->
+ <!-- Specify the minimum JRE version required by your applet, defaults to "1.5" -->
+ <!-- <param name="al_min_jre" value="1.6"> -->
+
<!-- background color to paint with, defaults to white -->
<!-- <param name="boxbgcolor" value="#000000"> -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|