Radiobutton

Criei o seguinte codigo:




banco_ads.Gerente gerente = new banco_ads.Gerente();


        gerente.setNome(Nome_Gerente_TextField.getText());
        gerente.setCPF(CPF_Gerente_TextField.getText());
        gerente.setSetor(Setor_Gerente_TextField.getText());

     

        

       
JOptionPane.showMessageDialog(null, gerente.getNome() + "\n" + gerente.getCPF() + "\n" + gerente.getSetor() + "\n" + gerente.getTrabalhador());
    }                                                       

    private void CPF_Gerente_TextFieldActionPerformed(java.awt.event.ActionEvent evt) {                                                      
        // TODO add your handling code here:
    }                                                     

    private void LimparActionPerformed(java.awt.event.ActionEvent evt) {                                       
Nome_Gerente_TextField.setText("");
CPF_Gerente_TextField.setText("");
Matricula_Gerente_TextField.setText("");
Setor_Gerente_TextField.setText("");
// TODO add your handling code here:
    }                                      

    /**
    * @param args the command line arguments
    */
    public static void main(String args[]) {
        java.awt.EventQueue.invokeLater(new Runnable() {
            public void run() {
                new Gerente().setVisible(true);
            }
        });
    }

    // Variables declaration - do not modify
    private javax.swing.JTextField CPF_Gerente_TextField;
    private javax.swing.JButton Imprimir_Gerente_Button;
    private javax.swing.JButton Limpar;
    private javax.swing.JTextField Matricula_Gerente_TextField;
    private javax.swing.JTextField Nome_Gerente_TextField;
    private javax.swing.JButton Sair_Gerente_Button;
    private javax.swing.JTextField Setor_Gerente_TextField;
    private javax.swing.ButtonGroup buttonGroup1;
    private javax.swing.ButtonGroup buttonGroup2;
    private javax.swing.ButtonGroup buttonGroup3;
    private javax.swing.JLabel jLabel1;
    private javax.swing.JLabel jLabel2;
    private javax.swing.JLabel jLabel3;
    private javax.swing.JLabel jLabel4;
    private javax.swing.JLabel jLabel5;
    private javax.swing.JRadioButton trabalha_jRadioButton1;
    // End of variables declaration

}

[i]Ele funciona assim eu preencho os campo tudo beleza usando textfield, dae vou la e clico no botao e ele aparece tudo que digitei
usando o JOptionPane, certo?

mas eu queria saber como que faz para aparece o RadioButton na mesma caixa junto com os outros campos preenchidos.
[/i]
Exemplo:[color=red] [/color]

tem a seguinte opçao no hora que eu marcar o RadioButton tem que aparecer como verdadeiro no JOptionPane… e armazenar