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){
}