Ticket #27794

Detect close of Window

Eröffnet am: 2012-03-11 06:19 Letztes Update: 2012-03-11 06:19

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Offen
Komponente:
Meilenstein:
Priorität:
7
Schweregrad:
7
Lösung:
Keine
Datei:
Keine

Details

I have an application that nakes a window on the scree using AWT. If the user closes the screen by clicking top right X, I can fnd nothing that tells my application that the screen has been closed. The usual listener

winListener = new WindowAdapter() {

..... }

addWindowListener( winListener );

then winListener doesn't get called when they close the window.

I don't care that this mechanism doesn't seem to work, but there must be some event that will tell me. Can you help me ?

Ticket-Verlauf (1/1 Historien)

2012-03-11 06:19 Aktualisiert von: seniorgeek
  • New Ticket "Detect close of Window" created

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden