List of usage examples for java.awt.event WindowAdapter subclass-usage
From source file src.gui.ItSIMPLE.java
class WindowEventHandler extends WindowAdapter { public ItSIMPLE itsimpleInst = null; @Override public void windowClosing(WindowEvent evt) { if (itsimpleInst != null) {