Hi,
i am trying to create an application for taking online examinations, the Multiple Choice kind of.
i have designed the GUI, a textarea to display the question and then 4 radio buttons for selecting one answer. i have NEXT and PREVIOUS buttons to scroll through all the questions..My problem is on clicking next, the radiobuttons are not getting deselected, in spite of my code of calling
setSelected(false)
on each of the radio buttons.. is there any other way?? moreover how can i make this easy to always clear off the selected buttons for the next question..?? i mean some group kinda thing for all those buttons...