************** README **********************

You may want to create a new project for the swing supported packages and classes
(e.g., VisualAge Persistence Extras) and then import and load the files from the 
zip in the following order:

1.  vajSwingSrc.jar     //changes to support swing JTable and JList
2.  bankChgs.jar	//additions to domain model source code
3.  bankDemo.dat	//this is a project in a repository, take the latest version (VCE info)

Note:  Importing from another repository only loads the projects into the new repository.
It does not load the projects into your image.  It is neccessary for you to load the
project into your image after the import.  Aslo, if you have already imported the
vajSwingSrc.jar file from another example, it is not necessary to import it 
at this time.

To load (and build, if necessary) the database, run the "main(String[])" method
from the BankDemoBuilder.BankSampleDataBuilder class.

To run the demo, run the "main(String[])" method from the
BankDemo.BankLogin class.  Enter the id for a customer ("CUS001" or "CUS002" from the
sample data) and a bogus password and click on the OK button.