All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.newton.testNewton

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

public class testNewton
extends 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".

Version:
July 1997
Author:
(c)1997 Tucker Balch, All Rights Reserved
See Also:
Newton

Constructor Index

 o testNewton()

Method Index

 o main(String[])
This method is for testing the newton native interface.

Constructors

 o testNewton
 public testNewton()

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index