Prova così:

codice:
JRadioButton rb1, rb2;
rb1 = new JRadioButton("Prima scelta",false);
rb2 = new JRadioButton("Seconda scelta",false);