I want to have a set of JRadioButtons and next to each one a little \'i\' im开发者_Go百科age which when clicked will open a new window with information about the text next to the radio button. What is
How to manage two JRadio开发者_开发问答Buttons in java so that only one of them can be selected at a time? Is there any method in java to take care of this or you need to build your own logic?You have
Is there any way to associate a group of JRadioButtons with a data model so it is easier to tell which button (if any) is selected?