public class Morpheus_JOGL_00_startup
extends java.lang.Object
This class creates Java, JOGL, and Java3D probing classes and the creates and positions the main program frame.
As in Morpheus_eProbe, this program, but not the environment probe class, assumes the presence of JOGL and Java3D libraries created from:
http://jogamp.org/jogl/www/
The necessary libraries are part of this application's distribution, but the jar file will run without the libraries and can catch/ignore exceptions due to their absence. To build the program, yourself, you will have to download and add the appropriate libraries to your project from the above site.
Constructor and Description |
---|
Morpheus_JOGL_00_startup() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Java environment probe application "main" method.
|