Dit is wat je misschien wilt
int ans= JOptionPane.showInputDialog(null, "Enter full name", "Enter full name", JOptionPane.INFORMATION_MESSAGE);
if(ans==JOptionPane.OK_OPTION) {
int optionSelected= JOptionPane.showInputDialog(null, "Enter phone number", "Enter phone number", JOptionPane.INFORMATION_MESSAGE);
}
P.S:Dit is alleen om je een idee te geven. Wijzig / verbeter de code als je nodig hebt. Ik heb inderdaad niet gecontroleerd op de syntaxis of API tijdens het plaatsen van dit antwoord.