diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-09 03:28:13 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-06-09 03:28:13 +0000 |
commit | 53ebfcc5ad5554b67d2287f8b02c22ec8405af0f (patch) | |
tree | 70c8fabf4cbef5a9d2a50735c4e502d56ce156da /src/PickTest/IntersectTest.html | |
parent | 4dead457a59220406dd9fcd40997d7a7b27571b0 (diff) |
Initial creation of j3d-examples sources in CVS repository
Diffstat (limited to 'src/PickTest/IntersectTest.html')
-rw-r--r-- | src/PickTest/IntersectTest.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/PickTest/IntersectTest.html b/src/PickTest/IntersectTest.html new file mode 100644 index 0000000..46752f6 --- /dev/null +++ b/src/PickTest/IntersectTest.html @@ -0,0 +1,17 @@ +<HTML> + <HEAD> + <TITLE>IntersectTest</TITLE> + </HEAD> + <BODY BGCOLOR="#0C0C33"> + <applet align=middle code="IntersectTest.class" width=500 height=500> + <blockquote> + <hr> + If you were using a Java-capable browser, + you would see "IntersectTest" instead of this paragraph. + <hr> + </blockquote> + </applet> + </BODY> +</HTML> + + |