How can i make any of the choices in a JRadioButtons not selectable?

How can i make any of the choices in a JRadioButtons not selectable? The user cannot select any of them.. I have made logical relationship between JRadioButtons by the ButtonGroup..thanks..
[203 byte] By [sakuraleea] at [2007-11-26 22:01:27]
# 1
setEnabled( false );
camickra at 2007-7-10 10:41:32 > top of Java-index,Desktop,Core GUI APIs...