utilities.test
Class Java3DTest

java.lang.Object
  extended by utilities.test.Java3DTest

public class Java3DTest
extends java.lang.Object

Running the main method of this class will ensure that Java3D is running correctly on your machine. It will open a window with some Java3D shapes inside. The code for this class is based on a class found in this thread on the Sun Java forums.


Constructor Summary
Java3DTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java3DTest

public Java3DTest()
Method Detail

main

public static void main(java.lang.String[] args)