[Picross-commit] SF.net SVN: picross: [54] trunk/applet/index.html
Status: Pre-Alpha
Brought to you by:
yvan_norsa
From: <yva...@us...> - 2008-04-18 11:54:00
|
Revision: 54 http://picross.svn.sourceforge.net/picross/?rev=54&view=rev Author: yvan_norsa Date: 2008-04-18 04:54:01 -0700 (Fri, 18 Apr 2008) Log Message: ----------- updated applet parameters Modified Paths: -------------- trunk/applet/index.html Modified: trunk/applet/index.html =================================================================== --- trunk/applet/index.html 2008-04-18 08:34:27 UTC (rev 53) +++ trunk/applet/index.html 2008-04-18 11:54:01 UTC (rev 54) @@ -28,15 +28,15 @@ else if (_ns == true && _ns6 == false) document.writeln('<embed ' + 'type="application/x-java-applet;version=1.5" \ CODE = "picross.applet.PicrossApplet" \ - ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar" \ + ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" \ WIDTH = "900" \ HEIGHT = "900" ' + 'scriptable=false ' + 'pluginspage="http://java.sun.com/products/plugin/index.html#download"><noembed><xmp>'); //--></script> -<applet CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar" WIDTH = "900" HEIGHT = "900"></xmp> +<applet CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" WIDTH = "900" HEIGHT = "900"></xmp> <PARAM NAME = CODE VALUE = "picross.applet.PicrossApplet" > - <PARAM NAME = ARCHIVE VALUE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar" > + <PARAM NAME = ARCHIVE VALUE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" > <param name="type" value="application/x-java-applet;version=1.5"> <param name="scriptable" value="false"> @@ -46,7 +46,7 @@ </embed> </object> <!-- -<APPLET CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar" WIDTH = "900" HEIGHT = "900"> +<APPLET CODE = "picross.applet.PicrossApplet" ARCHIVE = "picross.jar,bundleHelper.jar,log4j.jar,mmvcs.jar,simpleButton.jar" WIDTH = "900" HEIGHT = "900"> </APPLET> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |