hello Harsha...
you can also use setVisible(true/false) instead of enable. when you are creating combobox that time set it combobox.setVisible(false)...and when you select a radio buutton call a function on select event and inside this function set ur combobox.setVisible(true).