April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Exemplo de
ConfirmDialog
n
int resp = JOptionPane.showConfirmDialog(janela,
n
"Prossegue com a tarefa?",
n
"Escolha uma opção",
n
JOptionPane.OK_CANCEL_OPTION);
OK_OPTION
CANCEL_OPTION
CLOSED_OPTION