Source distribution:
  ~gt3739a/cs3302/source
Distribution:
  ~gt3739a/cs3302/dist 

Compile these files, in this order:
  -Transaction.java
  -TransactionCollection.java
  -Account.java
  -User.java
  -AllChart.java
  -ChartUI.java
  -*.java

I do not have the source code for these files:
  -LineChart.class
  -ThreeDVBarChart.class
  -PieChart.class
I believe Jason Pastor has the source for those if you need it, but he
plucked this stuff from the net- none of us ever actually wrote it.

I also included the file I/O source which consists of a user class,
IFUser.java, and a server, IFServer.java.

If you try to compile the updated user with the existing user class, you'll
get an error saying that there is already a user class.  You can exclude
this from the compile, or just move it to another dir.

The html to use with appletviewer or Netscape is IF.html in both dirs.


