Example usage for java.awt.event WindowListener interface-usage

List of usage examples for java.awt.event WindowListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event WindowListener interface-usage.

Usage

From source file org.moeaframework.examples.gp.regression.SymbolicRegressionGUI.java

/**
 * A GUI for displaying the actual and approximated functions used in a
 * symbolic regression problem instance.
 */
public class SymbolicRegressionGUI extends JFrame implements WindowListener {

From source file WindowEventDemo.java

public class WindowEventDemo extends JFrame implements WindowListener, WindowFocusListener, WindowStateListener {
    static final String newline = System.getProperty("line.separator");
    static final String space = "    ";
    static WindowEventDemo frame = new WindowEventDemo("WindowEventDemo");
    JTextArea display;

From source file fr.eurecom.hybris.demogui.HybrisDemoGui.java

/**
 * GUI for showing some benefits of using Hybris during demos. 
 * @author P. Viotti
 */
public class HybrisDemoGui implements KeyListener, ActionListener, WindowListener {

From source file net.aepik.alasca.gui.util.LoadFileFrame.java

public class LoadFileFrame extends JDialog implements ActionListener, WindowListener {

    private static final long serialVersionUID = 0;

    /**
     * La fentre appelante 

From source file com.alvermont.terraj.util.ui.LookAndFeelWatcher.java

/**
 * Class that reacts to look and feel change events and gets a window to
 * update its look and feel.
 *
 * @author  martin
 * @version $Id: LookAndFeelWatcher.java,v 1.5 2006/07/06 06:58:34 martin Exp $

From source file WindowEventDemo.java

public class WindowEventDemo extends JPanel implements WindowListener, WindowFocusListener, WindowStateListener {
    final static String newline = "\n";

    final static String space = "    ";

    static JFrame frame;

From source file org.photovault.swingui.framework.AbstractController.java

/**
 * Abstract superclass for building a hierarchical controller structure (HMVC).
 * <p>
 * HMVC works with a tree of triads, these triads are a Model (usually several
 * JavaBeans and their binding models for the UI), a View (usually several Swing
 * UI components), and a Controller. This is a basic implementation of a controller

From source file net.fenyo.gnetwatch.GUI.BasicComponent.java

/**
 * This class implements an AWT component capable of drawing time series with the Java2D API.
 * @author Alexandre Fenyo
 * @version $Id: BasicComponent.java,v 1.39 2008/08/06 16:51:42 fenyo Exp $
 */

From source file com.codeasylum.stress.ui.Jormungandr.java

public class Jormungandr extends JFrame implements WindowListener, TestExecutorListener {

    private ExchangeTransport exchangeTransport;
    private MenuDelegateFactory menuDelegateFactory;
    private TaskPalette palette;
    private JormungandrMenuHandler menuHandler;

From source file com.raphfrk.craftproxyclient.gui.CraftProxyGUI.java

public class CraftProxyGUI extends JFrame implements WindowListener, ActionListener, FileSizeUpdatable {

    private static final long serialVersionUID = 1L;

    private static final int STATUS_LINES = 6;