![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/02/2012, 11:46
|
![Avatar de farfamorA](http://static.forosdelweb.com/customavatars/avatar378191_1.gif) | | | Fecha de Ingreso: noviembre-2010 Ubicación: Lima
Mensajes: 136
Antigüedad: 14 años, 2 meses Puntos: 24 | |
Respuesta: Preguntar antes de cerrar Ventana - Netbeans
Código Java:
Ver originalpublic class VistaPrincipal extends javax. swing. JFrame { private VistaPrincipal() { @Override public void windowClosing (java. awt. event. WindowEvent evt ) { close(); } }); } private void close(){ if (JOptionPane. showConfirmDialog(rootPane, "¿Desea realmente salir del sistema?", } }
Salu2. |