JRadioButton

0 respostas
B

E ai pessoal, estou com um problema, não sei porque este código não funciona, será que alguém poderia me ajudar?

Agradeço

[]'s

Beto

try{ 
        if (jRBData.isSelected()){
            javax.swing.text.MaskFormatter Data = new javax.swing.text.MaskFormatter("##/##/####");
            jTFPesquisar = new javax.swing.JFormattedTextField(Data);
        }
        if (jRBSetor.isSelected()){
            javax.swing.text.MaskFormatter Setor = new javax.swing.text.MaskFormatter(" ");
            jTFPesquisar = new javax.swing.JFormattedTextField(Setor);        
        } 
    }catch (Exception e){
    }
Criado 28 de fevereiro de 2008
Respostas 0
Participantes 1