Per the title, I'm trying to get my GUI change with RadioButton selection. More specifically, the JLabels and JTextfields. Essentially, I want to look something like this: http://i40.tinypic.com/262sec7.png, where the first three labels and fields are always the same, and the last two fields and labels are different.
I know it needs to occur via the ActionListeners for the RadioButtons. Should everything from the Labels down be created in the ActionListeners? Then cleared and created again based on the RadioButton selection?