I'm new to programming and I wanted to challenge myself by making something similar(but slightly easier) to ChatGPT with JavaFX and Scenebuilder. I made a GUI with TextArea and TextField for the chats, but I want the different chats to get saved in a ListView and I want to be able to go back and forth between the chats. I just can't figure out how to do this? I've looked everywhere and every time I think I understand what to do, it just doesn't work.
Does anyone else have an idea what I could do to make it work?