I am a new Java user and have been working on a password manager project. I have completed functionality for reading data and storing it, but I need help creating my output window that displays all the user info.
I am mainly struggling with moving a text area. I experimented with creating rigid areas but I am at a loss and just need some guidance. My title label is supposed to go above my text area.
Attached is an image of my current output window(1st), an image of my final goal example output window(2nd), and the snippet of code for the output window creation(3rd).