Olá Pessoal, Estou Implementando um JXErroPane, porém, há algum erro no codigo abaixo:
try
{
int teste = Integer.parseInt(abcd);
}
catch(NumberFormatException e)
{
String msg="Alguma coisa vem aqui";
String details="+ outras coisas";
JXErrorPane.showDialog(this, "abc",msg,details,e);
}
vlw!