private final class UninstallerFrame.WindowHandler
extends java.awt.event.WindowAdapter
| Modifier | Constructor and Description |
|---|---|
private |
UninstallerFrame.WindowHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
windowClosing(java.awt.event.WindowEvent e)
We can't avoid the exit here, so don't call exit elsewhere.
|
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerwindowClosing in class java.awt.event.WindowAdaptere - The event.