Dialogue: WindowEvents 4
private class DestroyCallback extends WindowAdpter
{
public void windowClosing(windowEvent e)
{
e.getWindow().setVisible(false);
e.getWindow().dispose();
System.exit(0);
}
}
Make the window hidden
release the window resources
Previous slide
Next slide
Back to first slide
View graphic version