{@code JXRadioGroup} is a group of radio buttons that functions as a unit. Itis similar in concept to a {@link JComboBox} in functionality, but can offera better presentation for a small number of choices. {@code JXRadioGroup}should be used in preference to {@code JComboBox} when the number of choicesis small (less than six) or the choices are verbose.
Notes:
TODO back with a model (possibly reuse of extend {@link ComboBoxModel}
@author Amy Fowler @author Noel Grandin @version 1.0
|
|