09/02/2012, 11:46
|
| | | Fecha de Ingreso: noviembre-2010 Ubicación: Lima
Mensajes: 136
Antigüedad: 14 años 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. |