*** WARNING*** This application will read and write to a file
Address.txt Any file with the same name may be overwritten.

// file Address.java
// jlouie 9.96
// v1.04
// This Version:
//    Implements a Choice box in the modification window.
//    Supports multi-character searches without recursion.
//    Repositions window to > Point(30,30).
//    Fixes an index error in MyCanvas.
//    Saves changes after a return in Modify.
//    Data is displayed in a Canvas, not a TextArea.
// Features not yet supported:
//    Help.
// Known Bugs:
//    Sort button enable/disable is buggy (Mac).
//    Default button does not getFocus (Mac).
//    MyCanvas must be redrawn (Mac) see partial workaround Refresh().
//    toFront() is buggy (Win95) so minimize the DOS window.
// A Java Address Book using a simple tab/return delimited text file.
// This application will write to the file Address.txt
// Tested with JDK 1.02 Mac and Win95.
// See Modify.java and MyWidgets Source.
// Supplied AS_IS, free for non-commercial use with a functioning
// and unaltered about box.

To use this package:
Compile DialogInterface.java
Then compile MyDialog.java, MyTextField.java and 
Format.java(optional). Then compile Address.java.
Place the Widgets103 folder into the same folder as Address.class
Place the file Address.txt into the Bin folder (Win95) or
into the same folder as the Java Runner (Mac).
Run the Address application.

Have fun with Java,
Jeff