Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/03/2011, 18:55
Yackpott
 
Fecha de Ingreso: febrero-2011
Mensajes: 10
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: como Hacerlo?

Intenta con esto:

Código:
	public void windowDeactivated(WindowEvent asd){}
	public void windowDeiconified(WindowEvent asd){}
	public void windowIconified(WindowEvent asd){}
	public void windowActivated(WindowEvent asd){}
	public void windowOpened(WindowEvent asd){}
	public void windowClosed(WindowEvent asd){}
	public void windowClosing(WindowEvent asd){
		if(FramePadre==null){
			System.exit(0)
		}
	}