Class Voodoo

java.lang.Object
  |
  +--Voodoo

public class Voodoo
extends java.lang.Object


Field Summary
private  VoodooMainWindow main_window
           
private  SplashScreen splash_screen
           
 
Constructor Summary
Voodoo()
           
 
Method Summary
static void main(java.lang.String[] args)
          All startup procedures are performed here.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

main_window

private VoodooMainWindow main_window

splash_screen

private SplashScreen splash_screen
Constructor Detail

Voodoo

public Voodoo()
Method Detail

main

public static void main(java.lang.String[] args)
All startup procedures are performed here. Startup includes displaying the splash screen, setting up communications with the device driver, setting the kernel reply buffer, creating the image buffers and initializing and displaying the main application window.
Parameters:
args - A list of command line arguments.
		    args[0] = The path to the /Voodoo directory.