Example usage for java.awt.event WindowAdapter subclass-usage

List of usage examples for java.awt.event WindowAdapter subclass-usage

Introduction

In this page you can find the example usage for java.awt.event WindowAdapter subclass-usage.

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) {