How can a ButtonGroup containing several 'JCheckBoxMenuItem's be modified so to behave
as a control which allows selection of only one JCheckBoxMenuItem at a time? i.e.
How to implement a group of 'JCheckBoxMenuItem's as a group of 'JRadioButtonMenuItem's?
