Hi!
I am creating a login screen to get up to speed with Swing.
When I run the following code all the elements are displayed BUT their position on the screen is not correct.
is it possible to display the elements like this
username: (textfield here)
password: (passwordfield here)
comment: (comment field here)
etcetc
while aligning them so it looks nice? (all the labels / fields aligned)
thank you for your time
ps: please feel free to comment my code on my code as this is new for me and that I would like to progress fast
code: