syntax to create radiobutton when you using applet
CheckBoxGroup x=new CheckBoxGroup();
add(new Checkbox("male",x,true);