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