Class com.tdac.tools.ToolTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.tdac.tools.ToolTest

java.lang.Object
   |
   +----com.tdac.tools.ToolTest

public class ToolTest
extends Object
This class provides a mechanism for tesing the DevTools window. The test runs as an application and can be performed by issuing the command:

java com.tdac.tools.ToolTest

This should display a panel that allows the testing of the DevTools functions. This can be used to test a particular installation of the package.

Version:
1.0, 11/11/96
Author:
Timothy D. A. Cox

Constructor Index

 o ToolTest()

Method Index

 o main(String[])
Create a TestFrame and display it

Constructors

 o ToolTest
  public ToolTest()

Methods

 o main
  public static void main(String args[])
Create a TestFrame and display it

All Packages  Class Hierarchy  This Package  Previous  Next  Index