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 de.tud.kom.p2psim.impl.skynet.visualization.SkyNetVisualization.java

/**
 *
 * @author <peerfact@kom.tu-darmstadt.de>
 * @version 05/06/2011
 *
 */

From source file org.gcaldaemon.gui.ConfigEditor.java

/**
 * Config editor GUI.
 * 
 * Created: Apr 16, 2007 12:50:56 PM
 * 
 * @author Andras Berkes

From source file org.opendatakit.briefcase.ui.MainBriefcaseWindow.java

public class MainBriefcaseWindow implements WindowListener {
    private static final String BRIEFCASE_VERSION = "ODK Briefcase - " + BriefcasePreferences.VERSION;

    private JFrame frame;
    private JTextField txtBriefcaseDir;
    private JButton btnChoose;

From source file org.peerfact.impl.service.aggregation.skyeye.visualization.SkyNetVisualization.java

/**
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 * This part of the Simulator is not maintained in the current version of
 * PeerfactSim.KOM. There is no intention of the authors to fix this
 * circumstances, since the changes needed are huge compared to overall benefit.
 * 

From source file ome.formats.importer.gui.LoginHandler.java

/**
 * @author Brian W. Loranger
 *
 */
public class LoginHandler implements IObservable, ActionListener, WindowListener, PropertyChangeListener,
        WindowStateListener, WindowFocusListener {

From source file net.aepik.alasca.gui.ldap.SchemaObjectEditorFrame.java

/**
 * Fentre qui permet de visualiser les donnes d'un objet du schma.
 */
public class SchemaObjectEditorFrame extends JFrame implements ActionListener, WindowListener {

    private static final long serialVersionUID = 0;

From source file org.yccheok.jstock.gui.news.StockNewsJFrame.java

public class StockNewsJFrame extends JFrame implements WindowListener {

    public StockNewsJFrame(java.awt.Frame parent, StockInfo stockInfo, String title) {
        super(title);

        this.parent = parent;

From source file net.pms.newgui.components.WindowProperties.java

/**
 * This class keeps track of desktop screens, their resolution and insets and
 * the size and position of the specified {@link Window}. The properties is
 * saved to and loaded from disk by a {@link WindowPropertiesConfiguration}
 * instance, so that the properties are maintained across restarts.
 * <p>

From source file it.illinois.adsc.ema.softgrid.monitoring.ui.SPMainFrame.java

/**
 * Created by prageethmahendra on 26/4/2016.
 */
public class SPMainFrame extends JFrame implements ActionListener, WindowListener, LogEventListener, IEDControler {
    private BufferedWriter dataFileWriter = null;

From source file com.declarativa.interprolog.gui.Ini.java

/**
 *
 * @author Esteban
 */
public class Ini extends javax.swing.JFrame implements WindowListener {