Posts by Fellipe de Oliveira Couto • 1 point
1 post
-
-2
votes2
answers183
viewsQ: java.lang.Nullpointerexception
Main class presenting problem in the call of the method createNew: case 1: cliente = new Cliente(); cliente.setNome(JOptionPane.showInputDialog("Nome: ")); cliente.setCpf(Long.parseLong(JOptionPane…