I want to have a list of text fields and labels aligned vertically on a panel with each label corresponding to the appropriate text field and appearing beside it on the UI. The value in the text field will be later called for another function.
The problem is that I can't seem to get the layout right. I have tried using Spring Layout but I can't get my head around it......Basically can I do this any other way? I'm currently using box layout for the panel but it only shows up a list of text fields with a list of labels underneath it. I'm still a noob and I really need some fresh input on this. Any help would be very much appreciated, thanks.