RadioList rl = new RadioList(xy, caption);
return rl;
}
public static RadioList newRadioList(int xy, String caption, String[] pNamesForVisualEditor, int pWrapSize, int pLayoutPolicy){
RadioList rl = new RadioList(xy, caption, pNamesForVisualEditor, pWrapSize, pLayoutPolicy);
return rl;
}