Running the examples
====================

The classes used in this article live in the cybernostics.framework.dialogs package.
To use them, either ensure that your CLASSPATH variable points to the cybernostics directory,
or else run the examples from the cybernostics directory and have your CLASSPATH include the 
working directory ("." in DOS/WIN).

The classes will soon be released in a Swing Extension package which will include charting, MDI,
filtering and expression parsing classes.

To run the first example (assuming the CLASSPATH is set correctly):
	java Example1

and to run the final test app:
	java CBTest

Run these from the directory where the app .class files are.

Jason Wraxall - CyberNostics July 2000.
