CS476/576

Assignment #4

Due Midnight, Thursday Dec. 10, 2009


Write a Java program with the following descriptions:

NAME

jcg-  creates a Complete Graph of socket-connected processes.

 

 

SYNOPSIS

 

        java jcg 

 

 

DESCRIPTION

 

The program behaves exactly like Assignment #3 but instead of using xterms  it creates Swing interface for each node.

The Swing interface for each node should allow the user to:

·       Input messages to send to other nodes.

·       Display the messages received from other nodes.

·       End the program.

 


 My implementation is under:

/home/cs476/public_html/fall09/assignments/a4/wahab