Hello,
I am wondering if it's possible to hide/show components on a form, depending on which radio button is selected. For example lets say i have two radio buttons (in a buttongroup) and two buttons. When i select the first radio button i want the first button to show, and the second one to hide (vice-versa with the second radio button). Since i am quite new to java, i've only tried simply removing/adding components with the container class, but that doesn't seem to work.
Any help would be much appriciated.