Build a CHAT program, similar to a text-messaging app, to send text messages back and forth.That is you will build 2 programs, a client(ChatClient.java) and a server(ChatServer.java). If you enter a...

1 answer below »


Build a CHAT program, similar to a text-messaging app, to send text messages back and forth.






That is you will build 2 programs, a client(ChatClient.java) and a server(ChatServer.java). If you enter a String on the Server and Send it to the Client, the Client will display the Message it received.






You will need to build a Java FX Gui for this project….you will also need to use Sockets to send the text across the network…..and I would also use Threads…..the new Thread you make will wait for data to come in and display it in the GUI TextArea.






The GUI: Both the server program and the Client Program will have the exact same GUI. The both will have a TextArea at the top(To display incoming messages), a TextField at the bottom(for sending messages) and also a Send Button(event to send the data from the Textfield down the network).






When the user types in some text in the TextField and hits the Send button, the text will be delivered to the TextArea of the other program. And vice-versa.

Answered Same DayNov 17, 2022

Answer To: Build a CHAT program, similar to a text-messaging app, to send text messages back and forth.That is...

Vikas answered on Nov 17 2022
34 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here