EDU.gatech.cc.is.newton
Class testNewton

java.lang.Object
  |
  +--EDU.gatech.cc.is.newton.testNewton

public class testNewton
extends java.lang.Object

Introduction
This application is for testing the lowest level java newton interface.

To run this program, first ensure you are in the correct directory (where the testNewton.class file is), then type "java testNewton".

See Also:
Newton

Constructor Summary
testNewton()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method is for testing the newton native interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

testNewton

public testNewton()
Method Detail

main

public static void main(java.lang.String[] args)
This method is for testing the newton native interface.