_tureino
JCHJava Community | Help. Code. Learn.
•Created by _tureino on 4/19/2025 in #java-help
Chat simulation
Hello, I am working on a Java project and need some help. I want to code a Chat conversation where two people talk to eachother, I want person A to represent the person "playing" the code and Person B to be like a robot answering. I want the Player to have to input any text which then turns into the pre programmed text in the chat box and Person B's text to just appear. So far I have created the chat and made it so that when you type gibberish and press enter the correct text gets displayed, but right now you have to type and enter to make the text of both people appear aswell as the end of conversation text how would I fix this?
8 replies