This is a multi-client chat application.
Run the server:
java Server.java
Start as many clients as you want:
java ClientGui.java
The people who teach me how to do this, all credit to them:
- WittCode: Java Socket Programming - Multiple Clients Chat;
- pchampio: java-chat.