AGENT BASED TRANSACTION SYSTEM. (I) Requirements: JDK 1.2 Beta2 or higher Swing installed (comes with JDK 1.2) Network connection installed with IP (II) Necessary modifications to run the application: (1) Please change the IP Addresses for the Bank, the User machine and Telephone company according to the IP addresses of the machines on which the code is going to run (2) For the telephone company, start the compiled application as java AgentServerGUI telecom For the user, start the compiled application as java AgentServerGUI user For the bank, it doesn't matter whether you use "telecom" or "user" because the bank does not have any customized agents (3) The values of IP addresses and other parameters are found in the file: GlobalValues.java Please change the values as per your needs. (4) The Bank and the telephone company accesses a database through JDBC. Make sure that you have JDBC accessing a database for the bank and the telephone company machines else the transfer agent and the info agent will report failure.