I code do this program, but I am lazy, and for the right price I'll pay someone to do it.
PM me if interested.
Code
Purpose: Demonstrate the ability to create and execute GUI based JAVA programs using classes
and object relationships, abstract methods and inheritance, applets, exception handling,
nultithreading and networking.
Write a Java program to accomplish the following:
Imagine that company XYZ asks software vendors to design and implement a simple client server
communication scheme as follows: There is one client and one server in the system and the
communication is one way from client to server only. Client displays a GUI on an applet and asks
for the end user to enter an arbitrary length text. The user enters the text, and when (s)he clicks on
the Send button, the message is sent to the server.
The Server also uses a GUI based applet and displays a menu of three options to perform on the text
received:
1.) Display the received text as is.
2.) Capitalize the received text.
3.) Reverse the text.