Ok, so basically I made a little image of what is supposed to happen. The goal is that there is a JComboBox, and below it is a Jpanel that updates when different options are selected from the JComboBox, there are about 6-7 different forms/options that each appear when a different option is picked. I am trying to find a way to do this and am getting very lost.
I am using NetBeans for this project. I have tried throwing panels "over" each other, but that just moves everything around in the GUI design mode and won't let me stack them..so there is some sort of hidden option I am missing that would make this a lot easier? I feel like there is, and Google just isn't helping me find that option.
Once I figure it out, I am just going to have a listener that updates when a new item is selected, and when it does, to just hide all the panels except for the one that I want displayed in the box.
Thanks