April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Exemplo de
InputDialog
n
String nome = JOptionPane.showInputDialog(janela,
n
"Qual é o seu nome?",
n
"Identifique-se",
n
JOptionPane.QUESTION_MESSAGE);