ola pessoal sou iniciante em java.
estou com um problema:
try{
a=Short.parseShort(JOptionPane.showInputDialog(null,“QUAL O VALOR DO SEGMENTO A.”));
}catch(NumberFormatException e){
resp=JOptionPane.showMessageDialog(null,“DIGITE APENAS NUMEROS.”);
quando clico em cancel no InputDialog ele cai no try catch.
alguem sabe por que?
grato.