I'm a beginner and i'm really struggling with the layout of a GUI.
I can't get my data panels to line up properly.
Instead of something like this:
Nights (label): [textbox]
Forname (label): [textbox]
Surname (label): [textbox]
Then a big output box with a label near it i'm getting 3 labels in a row, then the 3 input boxes.
I can't seem to convert my GUI in to grid layout, currently i'm using the NSEW border layout as that's all i know, and not very well either.
That layout works well for the positioning of my radio buttons (center) and my button panel (south) but North for the data panel just doesn't do it.
On top of that when one of the radio buttons is selected, i need another set of radio buttons or pref data panels to pop up and dissapear again when the buttons isn't selected.
Does anyone know what i should be doing here?
Many thanks.
I can't get my data panels to line up properly.
Instead of something like this:
Nights (label): [textbox]
Forname (label): [textbox]
Surname (label): [textbox]
Then a big output box with a label near it i'm getting 3 labels in a row, then the 3 input boxes.
I can't seem to convert my GUI in to grid layout, currently i'm using the NSEW border layout as that's all i know, and not very well either.
That layout works well for the positioning of my radio buttons (center) and my button panel (south) but North for the data panel just doesn't do it.

On top of that when one of the radio buttons is selected, i need another set of radio buttons or pref data panels to pop up and dissapear again when the buttons isn't selected.
Does anyone know what i should be doing here?
Many thanks.