Question: Write a client-server java application in which two clients can send a Morse-code message to each other through a multithreaded server application. The client application
Write a client-server java application in which two clients can send a Morse-code message to each other through a multithreaded server application.
The client application should allow the user to type English-language phrases in a JTextArea. when the user sends the message, the client application encoded the text into Morse-code and sends the coded message through the server to the client.
use one blank between each Morse-code letter and three blanks between each Morse-coded word.
Note: the client should have one JTextField for typing and one JTextArea for displaying the other client's message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
