diff options
author | jada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-01-28 16:24:24 +0000 |
---|---|---|
committer | jada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-01-28 16:24:24 +0000 |
commit | 3d596b24b72677fbf264a22f3c0ff44aa9bb2baf (patch) | |
tree | d0f8c0609a5c1a13e6430d7b74e80a04a4db45da /src/OffScreenCanvas3D/PrintFromButton_plugin.html | |
parent | 6c54b719e4ccc58577e47be35902ee450bf5c488 (diff) |
Fixed issue 190 : Need to modify all of Java 3D off-screen example programs to request a single-buffered graphics Configuration
Diffstat (limited to 'src/OffScreenCanvas3D/PrintFromButton_plugin.html')
-rw-r--r-- | src/OffScreenCanvas3D/PrintFromButton_plugin.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/OffScreenCanvas3D/PrintFromButton_plugin.html b/src/OffScreenCanvas3D/PrintFromButton_plugin.html deleted file mode 100644 index ed0fe9e..0000000 --- a/src/OffScreenCanvas3D/PrintFromButton_plugin.html +++ /dev/null @@ -1,39 +0,0 @@ -<HTML> -<HEAD> -<TITLE>PrintFromButton</TITLE> -</HEAD> -<BODY BGCOLOR="#000000"> -<!--"CONVERTED_APPLET"--> -<!-- CONVERTER VERSION 1.3 --> -<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" -WIDTH = 500 HEIGHT = 500 ALIGN = middle codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> -<PARAM NAME = CODE VALUE = "PrintFromButton.class" > - -<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2.2"> -<PARAM NAME="scriptable" VALUE="false"> -<COMMENT> -<EMBED type="application/x-java-applet;version=1.2.2" CODE = "PrintFromButton.class" WIDTH = 500 HEIGHT = 500 ALIGN = middle scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT> -<blockquote> -<hr> -If you were using a Java-capable browser, -you would see Hello Universe! instead of this paragraph. -<hr> -</blockquote> -</NOEMBED></EMBED> -</OBJECT> - -<!-- -<APPLET CODE = "PrintFromButton.class" WIDTH = 500 HEIGHT = 500 ALIGN = middle> -<blockquote> -<hr> -If you were using a Java-capable browser, -you would see Hello Universe! instead of this paragraph. -<hr> -</blockquote> - -</APPLET> ---> -<!--"END_CONVERTED_APPLET"--> - -</BODY> -</HTML> |