Changes and Improvements in WEDS 1.3.0
--------------------------------------

(1) The code has been revised using Java 2. Deprecated methods of Java 1.0
    has been eliminated. We now use the delegation event model (used
    in Java 1.1 and above) rather than inheritance-based event handling.
    
(2) Dependency on Graphic Java Toolkit (GJT) has been eliminated.
    UI components now use Swing and AWT. 

(3) We started using package names for the server and the user interface
    components:
    - utexas.espl.weds.ui 
    - utexas.espl.weds.server

(4) We introduced a configuration file ("weds.cfg") that contains
    environment-specific parameters (SERVERNAME, URL, TCPPORT).
    This eliminates the need to recompile java sources when deploying
    the programs on different servers.

(5) Several JDK 1.0.2 related bugs have been resolved.
