aboutsummaryrefslogtreecommitdiffstats
path: root/src/OffScreenCanvas3D/OffScreenTest.html
diff options
context:
space:
mode:
authorjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-28 16:24:24 +0000
committerjada <jada@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-28 16:24:24 +0000
commit3d596b24b72677fbf264a22f3c0ff44aa9bb2baf (patch)
treed0f8c0609a5c1a13e6430d7b74e80a04a4db45da /src/OffScreenCanvas3D/OffScreenTest.html
parent6c54b719e4ccc58577e47be35902ee450bf5c488 (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/OffScreenTest.html')
-rw-r--r--src/OffScreenCanvas3D/OffScreenTest.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/OffScreenCanvas3D/OffScreenTest.html b/src/OffScreenCanvas3D/OffScreenTest.html
deleted file mode 100644
index 85739cf..0000000
--- a/src/OffScreenCanvas3D/OffScreenTest.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>OffScreenTest</TITLE>
-</HEAD>
-<BODY BGCOLOR="#000000">
-<applet align=middle code="OffScreenTest.class" width=500 height=500>
-<blockquote>
-<hr>
-If you were using a Java-capable browser,
-you would see Hello Universe! instead of this paragraph.
-<hr>
-</blockquote>
-</applet>
-</BODY>
-</HTML>