For creating the Client side application firstly creates the login frame it consist one textfield and the login button. After hitting the login button it shows the next frame that Client Frame and it consist one textfield for writing the message and one send button for sending it. And two list boxes, one is for showing the all messages and another list box is use to show the all user names. This frame has one more button that is Logout button for terminating the chat.
For running the whole Client operation we can run the Login file (Login.java). It can directly call Client file (MyClient.java).
Here is the code of Login.java file :
/****************************************************************
|
Output of the code is :

The Client side application follows these steps :
Here is the code of Client Side application :
/****************************************************************
|
Output of the Client Side Application is



If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Client Side Application View All Comments
Post your Comment