Client server application to allow the client to modify the contents of the text file and send it back to the server for storage. The user should be able to edit the file in a JTextArea then click a save changes button to send the file back to the server 1.Client Java Files and Server Java Files should be contained in different packages within your NetBeans Project. 2. Client should consist of two Java Files; a Client.java and a ClientTest.java. 3. Server should consist of two Java Files; a Server.java and a ServerTest.java. NEEDS TO BE WORD DOC