Skip to content

Commit

Permalink
Text to Text Area 4
Browse files Browse the repository at this point in the history
Same info to TA3 but no identification tags
  • Loading branch information
whernandez23 authored May 4, 2021
1 parent a251839 commit c052657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Expedia/src/application/sockServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ public void run()


// update the status text area to show progress of program
expediaServer.textArea_3.appendText("RECV : " + clientString + newline);
expediaServer.textArea_3.appendText("RECV : " + clientString + newline);
expediaServer.textArea_4.appendText(clientString + newline);

// update the status text area to show progress of program
expediaServer.textArea.appendText("RLEN : " + clientString.length() + newline);
Expand Down

0 comments on commit c052657

Please sign in to comment.